Personally, I would tend to use a coarse-grained bean that contained the properties for both pages.

But, AFAIK, calling RequestUtils.createActionForm directly is sanctioned, especially as a way of obtaining a DynaActionForm.

-Ted.

James Turner wrote:
I haven't seen anyone mention the most common use of Action
chaining, which is to process the form values from a submit,
and use them to prepopulate a second page.  Currently, this
requires two Actions because there is no officially
sanctioned method of instantiating a new form from an Action
to be used on a subsequent JSP page.  I think if we
addressed this, the need for chained Actions would be
greatly reduced.

James



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



Reply via email to