opensubscriber
   Find in this group all groups
 
Unknown more information…

u : user@struts.apache.org 12 September 2009 • 5:05AM -0400

Re: Struts jsp access java class
by deepannair

REPLY TO AUTHOR
 
REPLY TO GROUP





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 <deepannair@gmai...> 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-unsubscribe@stru...
>> For additional commands, e-mail: user-help@stru...
>>
>>
>
>
>
> --
> Wes Wannemacher
>
> Head Engineer, WanTii, Inc.
> Need Training? Struts, Spring, Maven, Tomcat...
> Ask me for a quote!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@stru...
> For additional commands, e-mail: user-help@stru...
>
>
>

--
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-unsubscribe@stru...
For additional commands, e-mail: user-help@stru...


Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.