Subversion Repositories SmartDukaan

Rev

Rev 10272 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
10508 amit.gupta 1
<html>
2
<form  method="post" action="https://secure.ebs.in/pg/ma/payment/request" name="frmTransaction" id="frmTransaction">
3
#set ($map = $action.getM())
4
#foreach ( $facetLabel in $map.keySet() )
5
<input type="hidden" name="$facetLabel" value="$map.get($facetLabel)"/>
6
#end
7
<input type="submit" />
8
</form>
9
</html>