RE: Upgrading from 1.0 to 1.1

2002-06-27 Thread Bill Milbratz
Thanks for the response Craig. I realize 'doesn't work' sounded a bit alarmist... the specific problem: this line threw an exception in struts 1.1 though it worked fine in 1.0: bean:define id=returnUrl name=listDefinedProcessesForm property=returnUrl/ the exception said you could specify a

Re: Upgrading from 1.0 to 1.1

2002-06-27 Thread Developer
Subject: RE: Upgrading from 1.0 to 1.1 Thanks for the response Craig. I realize 'doesn't work' sounded a bit alarmist... the specific problem: this line threw an exception in struts 1.1 though it worked fine in 1.0: bean:define id=returnUrl name=listDefinedProcessesForm property

Upgrading from 1.0 to 1.1

2002-06-26 Thread Bill Milbratz
Can anyone point to any 'so you want to upgrade?' doc for migrating an app from Struts 1.0 to 1.1. I replaced the 1.0 jar with the 1.1 jar (and it's supporting cast of jars) and found a few things: -deprecated methods (not a problem). -bean:define tag which worked in 1.0 didn't work in 1.1 I

Re: Upgrading from 1.0 to 1.1

2002-06-26 Thread Craig R. McClanahan
On Wed, 26 Jun 2002, Bill Milbratz wrote: Date: Wed, 26 Jun 2002 18:17:21 -0500 From: Bill Milbratz [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Upgrading from 1.0 to 1.1 Can anyone point to any 'so