Link to home
Start Free TrialLog in
Avatar of rmvprasad
rmvprasad

asked on

hidden Variables

I am supposed to write a form in struts. The issue is I have to populate some of the values  of this form into other form using hidden variables. I am not aware of how to use it thoe I know the theory behind the hidden variables. I will be pleased if anyone could show me a sample code of few lines, so I can get how things work.
Avatar of Mick Barry
Mick Barry
Flag of Australia image

add input tag insoide your form fopr each hidden var

<input type="hidden" name="varname" value="varvalue"/>
For more info have a look here: http://www.tizag.com/htmlT/htmlhidden.php
ASKER CERTIFIED SOLUTION
Avatar of ss_p
ss_p

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ss_p
ss_p

did my code help you my friend