Re: FW: Apache Struts Upgrade to version 2.3.31

2016-12-21 Thread Lukasz Lenart
Hi, It looks like you want to upgrade from Struts 1 to Struts 2 which are two totally different beasts. In such case replacing JARs won't work, you must rewrite the web layer part. Read these http://struts.apache.org/docs/migration-guide.html#MigrationGuide-Struts1toStruts2

Re: Does stxx supports Struts 2

2016-12-21 Thread Venky
Does struts 2 supports the XML input and output when we are using in conjunction with XSLT as return type and no JSPs involved. Thanks Venky On Wed, Dec 21, 2016 at 1:54 AM, Lukasz Lenart wrote: > There is XSL result type which should be similar to Stxx as far I >

Re: Does stxx supports Struts 2

2016-12-21 Thread Lukasz Lenart
I have never used it but it should be possible, check this out http://blog.mark-mclaren.info/2007/09/part-i-struts-2-xml-experiments-using_4642.html http://blog.mark-mclaren.info/2007/09/part-ii-struts-2-xml-experiments-using_4798.html 2016-12-21 15:13 GMT+01:00 Venky : >

Re: problem Migrating from Struts 2.3 to 2.5

2016-12-21 Thread Lukasz Lenart
2016-12-22 6:53 GMT+01:00 John Aylward : > I'm trying to migrate my struts application from 2.3.31 to 2.5.8 but it > appears that my struts.xml is not getting loaded. My web.xml is pretty > standard: Please try to use Struts 2.5.5 > >"-//Apache Software

problem Migrating from Struts 2.3 to 2.5

2016-12-21 Thread John Aylward
I'm trying to migrate my struts application from 2.3.31 to 2.5.8 but it appears that my struts.xml is not getting loaded. My web.xml is pretty standard: http://java.sun.com/xml/ns/javaee; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;