Re: Handling Data Submission and Prepopulation

2003-08-16 Thread Paul Thomas
On 15/08/2003 15:08 Paul Martin (Developer NLW) wrote: There is various advice to not chain Action classes. However, say have 2 pages, page A that when submitted leads on to page B, and want to prepopulate B. Should the prepopulation of page B, done by prepopulating it's associated ActionForm bean,

Handling Data Submission and Prepopulation

2003-08-15 Thread Paul Martin (Developer NLW)
There is various advice to not chain Action classes. However, say have 2 pages, page A that when submitted leads on to page B, and want to prepopulate B. Should the prepopulation of page B, done by prepopulating it's associated ActionForm bean, be done in the Action class that handles page A's su