help with modules

2004-03-26 Thread Bruce Christie
Hello, I am playing around with modules and things work pretty nicely = except I have a tiles template that reads in a menu.jsp from the default = WEB-INF. The links to the actions are prepended with the module. (i.e. = html:link action =3Dmodule1/dosomething.do/. ) This works fine expect

Re: help with modules

2004-03-26 Thread James Norman
Try adding contextRelative=true to the forwards in your struts-config. I remember a similar problem I had a while back, but I'm not entirely sure this will solve it. Here is an example of an Action I had in a struts module I wrote: action path=/listLoggers

RE: help implementing modules...

2004-03-12 Thread Liu, Anne I
Subject: RE: help implementing modules... Thanks for the feedback. I removed these and still the same problem. Also, I originally put them in on the guidance of the UserGuide. Anything else look like a problem? Thanks, Gary -Original Message- From: Daniel [mailto

RE: help implementing modules...

2004-03-12 Thread Liu, Anne I
; Struts Users Mailing List Subject:RE: help implementing modules... Thanks for the feedback. I removed these and still the same problem. Also, I originally put them in on the guidance of the UserGuide. Anything else look like a problem? Thanks, Gary -Original

RE: help implementing modules...

2004-03-12 Thread Damm, Gary
- From: Srikanth Shenoy [mailto:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 7:30 PM To: [EMAIL PROTECTED] Subject: Re: help implementing modules... Hi Gary, I would suggest download the following free chapter from my book - Struts Survival Guide. Go to http

help implementing modules...

2004-03-11 Thread Damm, Gary
I've successfully used Struts for several applications and have been very happy with it. I am getting ready to use it for a larger project and would like to use modules but I'm having some problems. It appears that when I attempt to switch from the default module to a new module (module1) it

RE: help implementing modules...

2004-03-11 Thread Liu, Anne I
/userGuide/configuration.html#dd_config_modu les -Original Message- From: Damm, Gary [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 11, 2004 1:56 PM To: [EMAIL PROTECTED] Subject: help implementing modules... I've successfully used Struts for several applications and have been

Re: help implementing modules...

2004-03-11 Thread Daniel
take out the redirect attribute. Abraços Daniel S. - Original Message - From: Liu, Anne I [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:08 PM Subject: RE: help implementing modules... I don't know if this will help, but you have

Re: help implementing modules...

2004-03-11 Thread Daniel
ops ;-) and contextRelative too. - Original Message - From: Liu, Anne I [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:08 PM Subject: RE: help implementing modules... I don't know if this will help, but you have to prepend

RE: help implementing modules...

2004-03-11 Thread Damm, Gary
To: Struts Users Mailing List Subject: Re: help implementing modules... ops ;-) and contextRelative too. - Original Message - From: Liu, Anne I [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:08 PM Subject: RE: help implementing

Re: help implementing modules...

2004-03-11 Thread Srikanth Shenoy
Hi Gary, I would suggest download the following free chapter from my book - Struts Survival Guide. Go to http://www.objectsource.com and find the link there to download Chapter 4. It tells you how to setup and use modules. Hope that helps, Srikanth Shenoy Author Struts Survival Guide: