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
t; the module > > path, and the container loads the page/URI from filesystem). > > > > kr, > > guenther > > > > > > > > > -Original Message- > > > From: Günther Wieser [mailto:[EMAIL PROTECTED] > > > Sent: Friday, January 27,

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