Stephan Windmüller wrote:

> As long as I do not use a List to store the objects, all works fine. But
> when I submit the form above, it always resets and the list consists of
> "undecided" users.

The next thing I found out: This has nothing to do with my helper
classes. Even when I use a list of Strings for the assignments and
construct the select component like

 <t:select model="literal:User1,User2,User3" value="selectedUser"/>

the users are not stored in the list. I tried different values for the
formState-Parameter, nothing helped. Even when I print all values from
the sychronizeValues-Event, all are empty.

Please, is there anyone who can tell me how to iterate over a list and
store data in it?

Regards
 Stephan

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

Reply via email to