RE: Tiles/Securing JSP pages

2002-09-12 Thread James Mitchell
pen-tools.org/struts-atlanta > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 10:08 AM > To: [EMAIL PROTECTED] > Subject: Tiles/Securing JSP pages > > > I'm using Tiles in my Struts application and

Tiles/Securing JSP pages

2002-09-12 Thread kpullin
I'm using Tiles in my Struts application and it's working nicely until I moved the JSP pages under the WEB-INF directory. I've added the following line in my struts-config.xml: Now my directory structure looks like : /WEB-INF/terms/terms.jsp /WEB-INF/common/header.jsp /WEB-INF/common/menu.jsp