The hidden field is just a

<input type="hidden"...

So, do what you'd normally do with one of those.  A field doesn't voluntarily "collect 
data"; JavaScript is the agent that can be used to populate the field.

It's still a form-bean field and so is accessible on the server.

Did I completely miss your question?

Sri

> -----Original Message-----
> From: Ray Madigan [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, February 20, 2003 11:07 AM
> To: Struts Users Mailing List
> Subject: html:hidden
> 
> 
> In the documentation for <html:hidden the property attribute 
> is the name of the bean property that loads the value of the 
> hidden field on the form. What i would like to know is how do 
> u go the other way.  I want the hidden field to collect data 
> through javascript, and then be available  through the bean 
> in the action.  How do i set up the <html:hidden to work in this mode?
> 
> Thanks in advance
> Ray Madigan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to