You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Griffith, Michael *" <Mi...@fda.hhs.gov> on 2009/02/25 21:34:12 UTC

Namespace Expression?

Hi Everyone, 

What's wrong with this expression?
 
<s:property value="#context['struts.actionMapping.namespace']"/>

Namespace is a private field, but has a public accessor...?

Thanks in advance, 

MG

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


RE: Namespace Expression?

Posted by "Griffith, Michael *" <Mi...@fda.hhs.gov>.
Swift! Thanks Musachy.

-----Original Message-----
From: Musachy Barroso [mailto:musachy@gmail.com] 
Sent: Wednesday, February 25, 2009 2:38 PM
To: Struts Users Mailing List
Subject: Re: Namespace Expression?

Nothing wrong with it syntactically, but I think this is what you are
looking for:

<s:property value="#context['struts.actionMapping'].namespace"/>

musachy

On Wed, Feb 25, 2009 at 3:34 PM, Griffith, Michael *
<Mi...@fda.hhs.gov> wrote:
> <s:property value="#context['struts.actionMapping.namespace']"/>



--
"Hey you! Would you help me to carry the stone?" Pink Floyd

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


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


Re: Namespace Expression?

Posted by Musachy Barroso <mu...@gmail.com>.
Nothing wrong with it syntactically, but I think this is what you are
looking for:

<s:property value="#context['struts.actionMapping'].namespace"/>

musachy

On Wed, Feb 25, 2009 at 3:34 PM, Griffith, Michael *
<Mi...@fda.hhs.gov> wrote:
> <s:property value="#context['struts.actionMapping.namespace']"/>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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