Marcio Ghiraldelli wrote:
I need to populate a a form-bean with a collection for an <html:options> instance.
   Wich is the better place to do it:

   1) Into the form-bean reset() method

   or

   2) In an Action before the jsp call

The recommended place to do it is in an action, though some do prefer to use reset() for this. There's been plenty of dicsussion on this point, so search the archives if you want more background info, but the short answer would be: do it in the action.

L.


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

Reply via email to