Check out <s:bean>
http://struts.apache.org/2.1.6/docs/bean.html



 


Chris

 


 

-----Original Message-----
From: deepannair <deepann...@gmail.com>
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 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




 

Reply via email to