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
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) {%>
2 matches
Mail list logo