I can't imagine why you would need to use validation when there's no user input involved, but...
- you can put all the values of your bean in <html:hidden> so they get resubmitted or - you can put the bean in the session daniel ----- Original Message ----- From: "Darius Ghanipour" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 6:41 PM Subject: on validation fail I'm using the struts validator for a page that displays some bean properties as plain text (not in an input field). My problem is when validation fails, the flow is returned to the same page except the request is reset and by bean is gone! Thus I can't display the page as before with the addition of an error message. Is there a way to return the request while maintaining all its attributes or is there a workaround to this problem? The only thing I can think of is extending the ActionServlet. I would appreciate any help. Thanks in advance, Darius --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

