Hi, does someone know how to manage a dynamic form using PropertySelection ?
I feel that managing juste ONE PropertySelection is too much complicated in Tapestry for a so simple need, (must define several methods, persistent client properties, implements PageBeginRenderListener, test isRewinding(), set current values of the select because they are lost...) Now I need to create a screen like that (it is just an example) Making a screen for updating multiples entities in the same time: (text) (text Input) (PropertySelection) UserId UserName Group xxx01 Peter Admin xxx02 Bob Guess xxx04 Mark Beginner [Save] [Cancel] First, when the screen is displayed, I need to display PropertySelections with correct selected values (the current user group for each user). OnSave : all users are updated (new name and new group) In case of problem during Save (functionnal rule not respected for example), I need to display again the screen, with previously data user has set. I suppose that a lot of people need similar functionalities, does someone how to do this ? Thank you very much Philippe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
