Re: Validation and error messages in session

2005-10-17 Thread Adam Hardy
It's a shame no-one answered this. I was interested in reading a reply. My situation is that on validation failure, my 'input' mapping is to another action, not direct to a JSP, so that I can carry out the necessary view helper code. As part of this I can also grab the validation errors from t

Validation and error messages in session

2005-10-16 Thread Robert Taylor
Greetings, I'm using Struts 1.2.7 and noticed that functionality has been added to the Action class to store error messages in the session and subsequently be removed after they have been rendered. This is quite helpful in some circumstances. I also know that error messages can be placed in th