Does the following work - 

<s:set name="C" value="@[EMAIL PROTECTED]" />
<s:property value="#C" />

Also, is com.company.Constants.STATIC_CONSTANTS1 a String?

-Wes



On Tue, 2008-04-29 at 10:57 +0530, Ravichandra C wrote:
> Hi,
> 
> This doesn't seem to be working. My main problem is that why is it not
> throwing any exceptions if its not the right way to display it?
> 
> Any other way of fixing this issue??? 
> 
> Ravi 
> 
> -----Original Message-----
> From: Chris Pratt [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 29, 2008 10:40 AM
> To: Struts Users Mailing List
> Subject: Re: Simplified usage of:@com.company.Constants.StaticCOnstants
> 
> I think it may need to be:
> 
> <s:set name="C" value="@com.company.Constants@" />
> 
> <s:property value="#C.staticconstant" />
> 
> But I haven't tried it myself.
>   (*Chris*)
> 
> 
> On Mon, Apr 28, 2008 at 9:44 PM, ravi_eze <[EMAIL PROTECTED]>
> wrote:
> >
> >  hi,
> >
> >  i tried this way:
> >  <s:set name="C" value="@com.company.Constants" />
> >
> >  <s:property value="[EMAIL PROTECTED]" />
> >
> >  but its not working nor it throws an exception if its wrong way of
> doing.
> >
> >  any help?
> >
> >  cheers,
> >  ravi
> >
> >
> >
> >
> >
> >  Wes Wannemacher wrote:
> >  >
> >  >
> >  > http://struts.apache.org/2.x/docs/set.html
> >  >
> >  >
> >  >
> >  > On Mon, 2008-04-28 at 08:17 -0700, ravi_eze wrote:
> >  >> hi,
> >  >>
> >  >> we want to access the constants in our jsp page. So we are
> proceeding as
> >  >> follows:
> >  >>
> >  >> < s:text field
> name="[EMAIL PROTECTED]@STATIC_CONSTANTS1]" />
> >  >>
> >  >> the problem with this is that we need to repeat the
> >  >> @com.company.Constants
> >  >> always. So is there a simple way to get this working? I wanted to
> try out
> >  >> <S:bean and <s:Push... but no luck...
> >  >>
> >  >> please help.
> >  >>
> >  >> cheers,
> >  >> ravi
> >  >>
> >  >>
> >  >
> >  >
> >  >
> ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >  > For additional commands, e-mail: [EMAIL PROTECTED]
> >  >
> >  >
> >  >
> >
> >  --
> >  View this message in context:
> http://www.nabble.com/Simplified-usage-of%3A%40com.company.Constants.Sta
> ticCOnstants-tp16941171p16952906.html
> >
> > Sent from the Struts - User mailing list archive at Nabble.com.
> >
> >
> >  ---------------------------------------------------------------------
> >
> >
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >  For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to