You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Navjot Singh <na...@net4india.net> on 2003/03/14 15:56:52 UTC

module name problem?

hi list,

Is it necessary to have module name as  "config/mod1"
Can it be "config/pre/mod1" ?

Has anybody tried something like this before?

Any answer is appreciated.
-Navjot Singh


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: module name problem?

Posted by Navjot Singh <na...@net4india.net>.
yes eddie,

I tried it the same day and itr works to my happiness ;-)
solved most of my problems.

regards
navjot singh

----- Original Message ----- 
From: "Eddie Bush" <ek...@swbell.net>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Sunday, March 16, 2003 7:16 AM
Subject: Re: module name problem?


| Have you tried it?  It should work fine, AFAIK.  I patched things some 
| time ago now to properly process which module is being requested.  The 
| change was such that it would allow module names along the lines of what 
| you're asking about.
| 
| If in doubt; try it.  If it doesn't work (and I really think it should) 
| post again and ask for help.  ... and remember:  If you experience 
| problems with the tag libraries (or some other part of Struts) not 
| knowing which module you're in MAKE SURE YOU ARE CALLING YOUR PAGES WITH 
| AN ACTION.  This is a very, very common problem for most folks.  When 
| working with modules, it is imperative that you involve the controller 
| in the request (since it puts the configuration data for the requested 
| module in the request) -- failure to do so will make you feel like you 
| are "stuck" in the default module.
| 
| Good Luck!
| 
| Navjot Singh wrote:
| 
| >hi list,
| >
| >Is it necessary to have module name as  "config/mod1"
| >Can it be "config/pre/mod1" ?
| >
| >Has anybody tried something like this before?
| >
| >Any answer is appreciated.
| >-Navjot Singh
| >
| 
| -- 
| Eddie Bush
| 
| 
| 
| 
| 
| ---------------------------------------------------------------------
| To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
| For additional commands, e-mail: struts-user-help@jakarta.apache.org
| 
| 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: module name problem?

Posted by Eddie Bush <ek...@swbell.net>.
Have you tried it?  It should work fine, AFAIK.  I patched things some 
time ago now to properly process which module is being requested.  The 
change was such that it would allow module names along the lines of what 
you're asking about.

If in doubt; try it.  If it doesn't work (and I really think it should) 
post again and ask for help.  ... and remember:  If you experience 
problems with the tag libraries (or some other part of Struts) not 
knowing which module you're in MAKE SURE YOU ARE CALLING YOUR PAGES WITH 
AN ACTION.  This is a very, very common problem for most folks.  When 
working with modules, it is imperative that you involve the controller 
in the request (since it puts the configuration data for the requested 
module in the request) -- failure to do so will make you feel like you 
are "stuck" in the default module.

Good Luck!

Navjot Singh wrote:

>hi list,
>
>Is it necessary to have module name as  "config/mod1"
>Can it be "config/pre/mod1" ?
>
>Has anybody tried something like this before?
>
>Any answer is appreciated.
>-Navjot Singh
>

-- 
Eddie Bush





---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org