Thanks Wes. it worked.

Wes Wannemacher wrote:
> 
> <s:if
> test="%...@fully.qualified.package.propertiesconfig@getCaptchaEnabled()}" />
> 
> -Wes
> 
> On Fri, Sep 11, 2009 at 9:51 AM, deepannair <deepann...@gmail.com> 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.getCaptchaEnabled();
>> %>
>> <%if (captchaEnabledFlag)  {%>
>> <jsp:include page="/WEB-INF/jsp/sirius/login/captcha.jsp"/>
>>
>> <%} %>
>> [code]
>>
>> I want to change the if statement to  struts if <s:if> . How do I access
>> the
>> PropertiesConfig class directly from struts tag?
>> --
>> View this message in context:
>> http://www.nabble.com/Struts-jsp-access-java-class-tp25401337p25401337.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
> 
> 
> 
> -- 
> Wes Wannemacher
> 
> Head Engineer, WanTii, Inc.
> Need Training? Struts, Spring, Maven, Tomcat...
> Ask me for a quote!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts-jsp-access-java-class-tp25401337p25408322.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to