You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mo...@Satyam.com on 2002/12/18 15:34:29 UTC

how to assign values to hidden form variables

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


how to assign values to hidden form that are not strings

Posted by Iris <ir...@enix.org>.
Hello

I have a problem with an <html:optionsCollection .../> that is populated 
with a collection
in my ValidatorForm dynamicaly.
When, my form pass in validation and return to the input jsp because of 
errors,
the collection seems to disappear.
Can I put it in a hidden tag to keep it ?

Iris


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: how to assign values to hidden form variables

Posted by Mark Lepkowski <Ma...@lmco.com>.
how about:

<html:hidden property="myProperty"/>

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



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>