this is a struts 1.3.5 question.
I am looking for an example of an edit cycle. Let's say I have a list
of employee names; If I click on one I want to have a page to edit the
employee values.
The initial click would call an action that queries the database, gets
the employee data, and stores it...where exactly?
The initial click did not come from a form, and so does not have an
associated ActionForm (or should it?)
The edit page will have an associated ActionForm, but we are not there yet.
I could just "pass" an ActionForm bean to the edit page via
request.setAttribute()?
As you can see, I'm a bit confused on this point.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]