returning to the correct page when the validate() method returns errors.

2001-11-20 Thread Jason . Gola
to the page that submitted the form? Thanks for your help! Jason Gola [EMAIL PROTECTED] __ This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group.

RowTag Zip file

2001-10-25 Thread Jason . Gola
StrutsUsers-- Does anyone know where I can get a copy of the RowTag Zip file? (The link on the struts website is broken) Thanks! Jason __ This message contains information that may be privileged or confidential an

Re: How to pass initialise parameters to action class

2001-10-25 Thread Jason . Gola
I see at least 2 choices: 1. You can a static initializer. 2. You can do it in the constructor, since action classes are made only once. Jason