From: "Chaikin, Yaakov Y." <[EMAIL PROTECTED]> > When the > user first comes to the form, it's a regular JSP looking URL, i.e., directly > accessible to the user through .../blah.jsp... If the form doesn't validate, > Struts forwards the user to the same exact page with some error messages on > it, but the URL now reads something like .../action.do...
Allowing direct access to the jsp is generally not considered a good idea. Is there some reason that the first URL they go to can't be /action.do? Just don't let them see the jsp to begin with, and the problem goes away. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]