Setting ActionConfig Input At Runtime

2003-03-03 Thread Dan Hable
I'm in the process of moving an application from struts 1.0 to 1.1 and ran into a problem in the ActionForm bean class. In the validate method, the code is adjusting the state of the input method depending on the state of the object that the user would be editing. When I try the following code,

RE: Setting ActionConfig Input At Runtime

2003-03-03 Thread p2 - apache
Use a different forward instead. -Original Message- From: Dan Hable [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 12:20 PM To: Subject: Setting ActionConfig Input At Runtime I'm in the process of moving an application from struts 1.0 to 1.1 and ran into a problem in the ActionForm bean