Re: prepopulating the form again

2005-07-07 Thread Michael Jouravlev
On 7/7/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Tony Dahbura wrote the following on 7/6/2005 11:09 PM: > > > So I have a setup action. How do I in this setup action setup my > > ActionForm values so when I forward control to the form they are there > > and present for display. This form is

Re: prepopulating the form again

2005-07-07 Thread Rick Reumann
Tony Dahbura wrote the following on 7/6/2005 11:09 PM: So I have a setup action. How do I in this setup action setup my ActionForm values so when I forward control to the form they are there and present for display. This form is being used to allow updating data and I want to prepopulate the

prepopulating the form again

2005-07-06 Thread Tony Dahbura
Ok: I have seen much dialog on this topic I originally asked. I read the docs... "This method is *not* the appropriate place to initialize form value for an "update" type page (this should be done in a setup Action). You mainly need to worry about setting checkbox values to false; most of the