Thanks for the help, that set me down the right path.
Now, on just a normal page with an ActionForm, all the data is
automatically 'set' into the Bean by the ActionForm because the property
names match. Do I need to write this code now to take each param and map
it to a setter or is there a bett
You'll have a form with at least two submit buttons. One to submit the
form, and another to lookup some other data. You'll probably use a
LookupDispatchAction (or something similar) to map each submit button to
different methods in your Action class. The lookup method will lookup
the data, store
2 matches
Mail list logo