hi janko,

just inject the request object into your page and 
read the values manually:

@Inject
Request req;

....
req.getParameter("formfield");
...

g,
kris




Janko Muzykant <[EMAIL PROTECTED]> 
20.09.2007 10:41
Bitte antworten an
"Tapestry users" <[email protected]>


An
[email protected]
Kopie

Thema
T5 how to get form fields







hi, my form is generated in a runtime, i.e. fields are added/removed by
javascript. is there any way to get list (map) of form fields in a submit
handler? i guess they should be stored somewhere in a request but i'm not
sure exactly where.

thanks,
jm.

-- 
View this message in context: 
http://www.nabble.com/T5-how-to-get-form-fields-tf4486155.html#a12793122
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


Reply via email to