Re: Required Info on Upgrading Struts 1.2.x to Struts 2.3.x

2014-06-02 Thread Lukasz Lenart
2014-06-03 4:09 GMT+02:00 Janardhana Pagadala : > We would like to implement similar functionality in Struts 2.3.x to match > with that of above: > > > > > > /sample.jsp > > > > *Question:* > What is the best way to implement similar functionality in

Required Info on Upgrading Struts 1.2.x to Struts 2.3.x

2014-06-02 Thread Janardhana Pagadala
Hi, I am working on a Struts migration project from Struts 1.2.x to Struts 2.3.x and need your feedback on the below. Could you please help me on this regard? *Background:* In our application, the struts-config.xml (Struts 1.2.x) has custom "action" tags which were parsed and the corresponding cla

Re: Struts 2 Access messages with JSTL instead of s:text

2014-06-02 Thread Alireza Fattahi
As mentioned the ${action.getText('sample')} will work, but this is JSTL method invocation and you need JSTL 2.2 (ex: tomcat 7)   ~Regards, ~~Alireza Fattahi On Friday, 30 May 2014, 16:20, Yaragalla Muralidhar wrote: you have to use fmt tags in jstl. Using jstl is a good idea. *Thanks an