Re: Struts jsp access java class

2009-09-11 Thread deepannair
aEnabledFlag)  {%> >> >> >> <%} %> >> [code] >> >> I want to change the if statement to  struts if . How do I access >> the >> PropertiesConfig class directly from struts tag? >> -- >>

Re: Struts jsp access java class

2009-09-11 Thread musomesa
Check out http://struts.apache.org/2.1.6/docs/bean.html Chris -Original Message- From: deepannair 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

Re: Struts jsp access java class

2009-09-11 Thread Wes Wannemacher
boolean captchaEnabledFlag=PropertiesConfig.getCaptchaEnabled(); > %> > <%if (captchaEnabledFlag)  {%> > > > <%} %> > [code] > > I want to change the if statement to  struts if . How do I access the > PropertiesConfig class directly from struts tag? > -- > View thi

Re: Struts jsp access java class

2009-09-11 Thread Paweł Wielgus
nge the if statement to  struts 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 archiv

Struts jsp access java class

2009-09-11 Thread deepannair
abledFlag) {%> <%} %> [code] I want to change the if statement to struts 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 Se