re: Modifying Form Data in Action

2003-02-17 Thread Ted Husted
Chris wrote: > The problem I am noticing is that when the second action is being > invoked, the form is being 'repopulated' with the initial form values > that the form had when it was passed to the first action. This is an excellent example of what we mean when we talk about "Action chaining",

Modifying Form Data in Action

2003-02-14 Thread struts
I have defined an action mapping that accepts a session-level form. When this action is invoked, the form data is validated and I do some business-logic pre-processing of the data. I need to set a parameter in the form that represents a transaction id value. This action then forwards to another