Re: Fwd: Re: Struts ModuleConfig when forwarding between modules

2005-11-16 Thread Adam Hardy
No problem - I did see your message but after I sent my reply. Initially I thought no-one had replied to Brian's OP. Unfortunately your posts are not threading with the other posts on the topic - I think you need to set your email software to include some header or other - References: <[EMA

Re: Struts ModuleConfig when forwarding between modules

2005-11-16 Thread Adam Hardy
As Brian Holzer said in his reply (did you see it? It wasn't threaded), the message resources can be managed well with taglibs and declarations in the web.xml if you are using jstl. I won't ask why you have to do what you're doing. Sounds like a nightmare :( Adam Brian Sayatovic/AMIG on 16/11

Fwd: Re: Struts ModuleConfig when forwarding between modules

2005-11-16 Thread Brian Holzer
**DISCLAIMER** This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee, please notify the sender immediately by e-mail if you have received this e-mai

Fwd: Re: Struts ModuleConfig when forwarding between modules

2005-11-16 Thread Brian Holzer
**DISCLAIMER** This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee, please notify the sender immediately by e-mail if you have received this e-mai

Re: Struts ModuleConfig when forwarding between modules

2005-11-16 Thread Brian Sayatovic/AMIG
One thing I'm not using, but if I did, I'd be worried about, is resources. Form what I can tell, the message resources for a module are set into a request attribute by the RequestUtil.selectModule() method. But this is only done in an action servlet. So, if I've intended a JSP to rely on resource

Re: Struts ModuleConfig when forwarding between modules

2005-11-16 Thread Adam Hardy
Brian Sayatovic/AMIG on 14/11/05 23:48, wrote: I ran into an instance where an Action in module A is forwarding to a page that is designed for module B. However, the resources that the page sees are the resources from module A. I'm using Struts 1.1. I've goine through the source quite a bit.

Fwd: Struts ModuleConfig when forwarding between modules

2005-11-15 Thread Brian Holzer
**DISCLAIMER** This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee, please notify the sender immediately by e-mail if you have received this e-mai

Struts ModuleConfig when forwarding between modules

2005-11-14 Thread Brian Sayatovic/AMIG
I ran into an instance where an Action in module A is forwarding to a page that is designed for module B. However, the resources that the page sees are the resources from module A. I'm using Struts 1.1. I've goine through the source quite a bit. It seems the ModuleConfig and resources for a mod