Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Ed snooper
Hello, In general is it hard to migrate an existing application from struts 1.2.x to 1.3.x? Ed - Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.

Re: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Mark Shifman
Not particularly. There is a nice discussion on the struts wiki page: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 Ed snooper wrote: Hello, In general is it hard to migrate an existing application from struts 1.2.x to 1.3.x? Ed - Choose the

RE: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Slattery, Tim - BLS
> In general is it hard to migrate an existing application from > struts 1.2.x to 1.3.x? I had very little trouble going from 1.1.x directly to 1.3.x, without stopping at 1.2. The biggest thing in that move was getting rid of the "application" parameter of the "action" servlet declaration in web.

Re: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Mark McLaren
I recently upgraded an application Struts 1.2 to 1.3. The actual changes needed to upgrade are quite easy to implement if you have a decent search and replace tool (these changes being detailed on the previously mentioned wiki page). In addition, if your project makes use of numerous Jar librarie

Re: Is it hard to migrate from struts 1.2.x to 1.3.x ??

2007-09-05 Thread Paul Benedict
Tim, I've always wanted to post information about upgrading from 1.1. to 1.3. If you have time, please email us the instructions you went through. It sounds like it's good to share with other people. Paul On 9/5/07, Mark McLaren <[EMAIL PROTECTED]> wrote: > > I recently upgraded an application S