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

