Re: Struts jsp access java class

2009-09-11 Thread deepannair
Thanks Wes. it worked. Wes Wannemacher wrote: > > test="%...@fully.qualified.package.propertiesconfig@getCaptchaEnabled()}" /> > > -Wes > > On Fri, Sep 11, 2009 at 9:51 AM, deepannair wrote: >> >> I have a properties class which has soem properties being loaded from a >> remote system. In my

Re: Struts jsp access java class

2009-09-11 Thread musomesa
Check out http://struts.apache.org/2.1.6/docs/bean.html Chris -Original Message- From: deepannair To: user@struts.apache.org Sent: Fri, Sep 11, 2009 9:51 am Subject: Struts jsp access java class I have a properties class which has soem properties being loaded f

Re: Struts jsp access java class

2009-09-11 Thread Wes Wannemacher
-Wes On Fri, Sep 11, 2009 at 9:51 AM, deepannair wrote: > > I have a properties class which has soem properties being loaded from a > remote system. In my jsp I need to access the java class. In traditional jsp > I have > [code] > <% > /* CAPTCHA */ > boolean captchaEnabledFlag=PropertiesConfig

Re: Struts jsp access java class

2009-09-11 Thread Paweł Wielgus
Hi, something like < s:if test="@com.something.propertiescon...@getcaptchaenabled()"/> it was on this list a while ago. Best greetings, Paweł Wielgus. 2009/9/11 deepannair : > > I have a properties class which has soem properties being loaded from a > remote system. In my jsp I need to access th