Forgive me if this question has been asked a million and one times.  Coming
from a Struts background, one of the feature I find useful over there is the
easiness for handling a non-fixed number of form fields that are rendered
through a loop, using the "indexed properties" approach.  What is the
equivalent approach in T5?  I think I know how to render an array of
textboxes using <t:loop> in the .tml.  But how do I declare a List or an
array in the .java class?  Is T5 smart enough to populate the list/array
upon form post from the textboxes, and set textbox values from the
array/List on a page render request?  Can someone give me a pointer to some
sample code?

Thanks,
-- 
View this message in context: 
http://www.nabble.com/-T5--How-to-handle-a-variable-number-of-input-fields-in-a-form-tp21038549p21038549.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to