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 properti

Struts jsp access java class

2009-09-11 Thread deepannair
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.getCaptchaEnabled(); %> <%if (captchaEnabledFlag) {%>