Check your struts-config.xml for tags input="/jsp/Logon.jsp" <forward name="success" path="/jsp/Success.jsp" /> Hope this will work.
Yogesh ----- Original Message ----- From: "Mark Glass" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 2:32 AM Subject: Placing JSP in subdirectory - how? Hi all, Struts works ok if I place the JSP files in the root directory. If I place them in a subdirectory then whenever I specify an action in the HTML form Struts prepends the directory path to the action and throws an error. What must I do to have a directory structure for JSP pages? thanks, Mark Glass -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

