how to assign values to hidden form variables

2002-12-18 Thread Mohammed_Rafeeq

hi sankaran,

how to assign values to hidden parameters in a form using struts?
-rafeeq

** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: how to assign values to hidden form variables

2002-12-18 Thread James Childers

 how to assign values to hidden parameters in a form using struts?
 -rafeeq

The same way you do other form elements, with the html:xxx tags. In this case you 
use the html:hidden property=blech / tag.

-= J

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: how to assign values to hidden form variables

2002-12-18 Thread Mark Lepkowski
how about:

html:hidden property=myProperty/

 how to assign values to hidden parameters in a form using struts?



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]