[ANN] Apache Struts 2.5.14 GA

2017-11-27 Thread Lukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.5.14 is available as a “General Availability” release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to

Re: Wildcard in Struts 2.5

2017-11-27 Thread Lukasz Lenart
2017-11-27 9:31 GMT+01:00 raviraj.mis...@sumasoft.net : > Hi > > I have updated the struts version from 2.3 to 2.5 > and it seems that the wildcard is not working > > Please have a look at the way it is declared. > > > > ${nextAction} >

Wildcard in Struts 2.5

2017-11-27 Thread raviraj.mis...@sumasoft.net
Hi I have updated the struts version from 2.3 to 2.5 and it seems that the wildcard is not working Please have a look at the way it is declared. ${nextAction} Wanted to know if there is anything new/chang