Re: problem with forwardPattern and modules

2006-01-30 Thread Hubert Rabago
ich mir nicht so ganz sicher." > Albert Einstein > > > > > > -Original Message- > > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > > Sent: Monday, January 30, 2006 4:25 PM > > To: Struts Users Mailing List > > Subject: Re: problem with for

RE: problem with forwardPattern and modules

2006-01-30 Thread Günther Wieser
s Mailing List > Subject: Re: problem with forwardPattern and modules > > Günther, > > Can you file a Bugzilla issue for this? > > thanks, > Hubert > > On 1/30/06, Günther Wieser <[EMAIL PROTECTED]> wrote: > > hi, > > > > just for future ref

Re: problem with forwardPattern and modules

2006-01-30 Thread Hubert Rabago
nfig.xml sends the servlet > container the URI that is prefixed with the module path, and the container > loads the page/URI from filesystem). > > kr, > guenther > > > > > -Original Message- > > From: Günther Wieser [mailto:[EMAIL PROTECTED] > > Sent:

RE: problem with forwardPattern and modules

2006-01-30 Thread Günther Wieser
[EMAIL PROTECTED] > Sent: Friday, January 27, 2006 2:23 PM > To: 'Struts Users Mailing List' > Subject: problem with forwardPattern and modules > > hi, > > i'm trying to configure the controller using forwardPattern="/$P" pagePattern="/$P"

problem with forwardPattern and modules

2006-01-27 Thread Günther Wieser
hi, i'm trying to configure the controller using so that it looks for jsp pages in the webroot folder, no matter if we are inside a module or not. but whatever i enter in the forwardPattern or pagePattern properties, no changes in the behaviour. went through the source code of 1.2.8, and in Re

Re: forwardPattern and Modules

2005-11-13 Thread Laurie Harper
alec lee wrote: I am using Struts 1.2.4. I have 2 modules and was trying to switch from default to moduleA. In my moduleA, I've used , since my JSP's are inside WEB-INF. In my default module, I have these lines: ... path="/switch.do?prefix=/moduleA&page=/synForm.do" contextRel

forwardPattern and Modules

2005-11-13 Thread alec lee
I am using Struts 1.2.4. I have 2 modules and was trying to switch from default to moduleA. In my moduleA, I've used , since my JSP's are inside WEB-INF. In my default module, I have these lines: ... path="/switch.do?prefix=/moduleA&page=/synForm.do" contextRelative="false"