Mark Conlin wrote:
This can not be the correct way to do this. I removed any reference to the form from the pre-Action:<action path="/customer.customerAccountDetails.pre.edit" type="com.yordata.action.customer.CustomerAccountDetailsPreEditAction"> <forward name="success" path="customer.edit_accountdetails"/> </action> Then I placed the Form into the session in the action like this: session.setAttribute( "customerDetailsForm", custForm); This works but, I do not want to hard-code the form reference like this. Mark
-- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

