Re: Pre-populating ActionForms

2002-09-30 Thread Dave Derry
Instead of forwarding to 'setup.jsp' that has no presentation, why not forward to 'setup.do'. If there is not presentation, and just action, shouldn't it BE an action rather than a (non)presentation component. Your setup.do action would then perform the prepopulation of the form and forward to

RE: Pre-populating ActionForms

2002-09-30 Thread Andrew Hill
+1 -Original Message- From: Dave Derry [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 19:11 To: Struts Users Mailing List Subject: Re: Pre-populating ActionForms Instead of forwarding to 'setup.jsp' that has no presentation, why not forward to 'setup.do

RE: Pre-populating ActionForms

2002-09-29 Thread Mohan Radhakrishnan
, Mohan -Original Message- From: David Graff [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 9:06 PM To: [EMAIL PROTECTED] Subject: Re: Pre-populating ActionForms Override the 'reset' method of the ActionForm descendant, set your initial values in there, then (most likely) when

Pre-populating ActionForms

2002-09-28 Thread Mohan Radhakrishnan
to use JSTL(Normal java beans) for this ? The archives advise against pre-populating ActionForms because Struts has to create them. Are there tag library examples anywhere ? Tag libraries really make the Struts learning curve rather steep. bye, Mohan -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Pre-populating ActionForms

2002-09-28 Thread David Graff
e values. The selected values should go back into the ActionForm. Is this so difficult that I have to use JSTL(Normal java beans) for this ? The archives advise against pre-populating ActionForms because Struts has to create them. Are there tag library examples anywhere ? Tag libraries rea