Re: RE [OT] Re: subfolder in JSP directory

2008-03-11 Thread Laurie Harper
A Struts Users Mailing List cc Objet [OT] Re: subfolder in JSP directory --- [EMAIL PROTECTED] wrote: public_html / jsp / jsp_file.jsp and I want : public_html / jsp / a_folder / jsp_file.jsp But I'm not able to set the forward int the struts-config.xml file, I always get a 404 error

RE [OT] Re: subfolder in JSP directory

2008-03-11 Thread thomas . perelle
Tours Cédex 02 Dave Newton <[EMAIL PROTECTED]> 10/03/2008 17:04 Veuillez répondre à "Struts Users Mailing List" A Struts Users Mailing List cc Objet [OT] Re: subfolder in JSP directory --- [EMAIL PROTECTED] wrote: > public_html / jsp / jsp_file.jsp > > and I

[OT] Re: subfolder in JSP directory

2008-03-10 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > public_html / jsp / jsp_file.jsp > > and I want : > > public_html / jsp / a_folder / jsp_file.jsp > > But I'm not able to set the forward int the struts-config.xml file, I > always get a 404 error, so the JSP file could not be found. > I have tried with the contex

subfolder in JSP directory

2008-03-10 Thread thomas . perelle
Hi everybody, I have a web application using Struts and Struts-Layout. I have a lot of JSP in the root JSP directory : public_html/jsp , so I want to order them by fonctionnality each in his own folder. So actually I have : public_html / jsp / jsp_file.jsp and I want : public_html / jsp / a_f