Re: using modules with JSPs behind WEB-INF

2006-05-16 Thread Joe Germuska
At 1:58 PM -0500 5/16/06, David Durham wrote: Berk, Jason R. wrote: I'm using struts 1.2.9 which the struts site claims is the "prime time" ready version. I would like to use modules and put my JSPs behind WEB-INF to protect them. When I try this with struts, it rewrites my URL with the module

Re: using modules with JSPs behind WEB-INF

2006-05-16 Thread David Durham
Berk, Jason R. wrote: I'm using struts 1.2.9 which the struts site claims is the "prime time" ready version. I would like to use modules and put my JSPs behind WEB-INF to protect them. When I try this with struts, it rewrites my URL with the module name and causes 404 errors on validation failu

RE: using modules

2005-02-11 Thread Kalra, Ashwani
will not be able call that jsp directly also. /Ashwani -Original Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 7:29 PM To: user@struts.apache.org Subject: Re: using modules You should *not* navigate directly to that page; instead you need

Re: using modules

2005-02-10 Thread Bill Siggelkow
You should *not* navigate directly to that page; instead you need to go through an Action; the only way that Struts will switch the module is if the request is processed by the Struts RequestProcessor. While the JSP might display when accessing it directly, any module-specific resources (e.g.

RE: using modules

2005-02-10 Thread Krishna Srinivasan, ISDC Chennai
directly you can call that file. -Original Message- From: Kalra, Ashwani [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 6:34 PM To: Struts Users Mailing List Subject: using modules hi, I have configured one module "module1" apart from the default module. Can I navigate to