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
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
2 matches
Mail list logo