RE: Detrmining which module from within JSP

2004-04-18 Thread Kunal H. Parikh
: Struts Users Mailing List Subject: Re: Detrmining which module from within JSP Kunal H. Parikh wrote: >Hi All! > >Craig's suggestion works great! > >However, it appears to me that dot delimited request variable names don't >work with the JSTL. > >Eg: > > &

Re: Detrmining which module from within JSP

2004-04-18 Thread Craig McClanahan
Kunal H. Parikh wrote: Hi All! Craig's suggestion works great! However, it appears to me that dot delimited request variable names don't work with the JSTL. Eg: The above prints nothing and therefore a .prefix also fails. Does anyone know if this is a JSTL bug, or is there something that need

RE: Detrmining which module from within JSP

2004-04-18 Thread Kunal H. Parikh
in struts? Or is there something I am doing incorrectly? TIA, Kunal -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Sunday, 18 April 2004 10:17 To: Struts Users Mailing List Subject: Re: Detrmining which module from within JSP Josh Holtzman wrote: >Hello

Re: Detrmining which module from within JSP

2004-04-17 Thread Craig McClanahan
Josh Holtzman wrote: Hello, Can anyone suggest a means to determine the current struts application module from within a JSP? As long as you have correctly gone through an action first, the ModuleConfig object for the selected module has been stored as a request attribute under the key "org.ap

Detrmining which module from within JSP

2004-04-17 Thread Josh Holtzman
Hello, Can anyone suggest a means to determine the current struts application module from within a JSP? Would it be possible to use a Bean or Logic tag to make this determination? Thanks again for any suggestions. Regards, Josh Holtzman American Data Company [EMAIL PROTECTED