Re: further clarification on pre-populating form

2005-07-06 Thread Frank W. Zammetti
There's any number of ways you could accomplish this, but I like to think in terms of the simplest. Here's my suggestion... Instead of using a ForwardAction, use a real Action. In it, get the reference to the form (which is of course passed in to execute() automaticly), populate it, and your

further clarification on pre-populating form

2005-07-06 Thread Tony Dahbura
There is no way I could find to populate the editUserForm bean prior to it being called from the forwardAction. Note below in my struts config have a url to viewedituser.do which invokes the action below. This action needs to setup to display the form for the user to edit values. How do I ge