RE: Placing JSPs under WEB-INF using modules

2004-12-01 Thread Daniel Massie
what about for the path attribute of action mappings in the struts config files? Daniel -Original Message- From: Daniel Perry [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 13:04 To: Struts Users Mailing List Subject: RE: Placing JSPs under WEB-INF using modules Yeah, it'

RE: Placing JSPs under WEB-INF using modules

2004-12-01 Thread Daniel Perry
Yeah, it's no problem. Just use forwards like: Daniel. > -Original Message- > From: Daniel Massie [mailto:[EMAIL PROTECTED] > Sent: 01 December 2004 11:58 > To: [EMAIL PROTECTED] > Subject: Placing JSPs under WEB-INF using modules > > > I have a module cal

Placing JSPs under WEB-INF using modules

2004-12-01 Thread Daniel Massie
I have a module called admin, and wish to locate JSPs in /WEB-INF/pages/admin. This however is relative to the default context rather than /admin. Is it possible to place JSPs under the WEB-INF directory when using modules? Thanks Daniel