> Ok. So an action prepares the collection for the select.
> The other one initializes the form with data from DB.
> 
> To which one should I set the input property of the "save" action?
> If I set it to the second one (which initializes the form) I will
> have the same problem... should this action retrieve data from the db
> or simply leave it as is because it contains invalid data entered by
> the user?
> 
> I think having 2 actions doesn't help here...

- The first action just initializes the form
- The second action prepares the collection for the select.
  (This is just an helper for the viewer, it can even be a filter)

The input for the save action is the second action or the jsp 
page if you use a filter.
Am i missing something?

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

Reply via email to