Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread Greg Hess
Hi All, I am migrating my Struts 1.1b2 web app to 1.1rc1 to take advantage of the new requiredif validation rule. I have removed all struts libs and all taglib tld's and replaced with the new ones provided with the struts-blank.war in the rc1 distribution. When I try and access my web app the

Re: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread Khalid K.
I checked the Java DOC, and it looks like org.apache.struts.util.RequestUtils.computeURL() is deprecated. Khalid - Original Message - From: Greg Hess [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 10:33 AM Subject: Migrating 1.1b2 to 1.1rc1 Hi All, I am

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread Greg Hess
Do I need to add a new commons.jar with rc1, or is the struts-blank.war complete? Greg -Original Message- From: Khalid K. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 1:43 PM To: Struts Users Mailing List Subject: Re: Migrating 1.1b2 to 1.1rc1 I checked the Java DOC

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread James Mitchell
] Sent: Tuesday, March 11, 2003 1:43 PM To: Struts Users Mailing List Subject: Re: Migrating 1.1b2 to 1.1rc1 I checked the Java DOC, and it looks like org.apache.struts.util.RequestUtils.computeURL() is deprecated. Khalid - Original Message - From: Greg Hess [EMAIL PROTECTED

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread Greg Hess
All I should need to do is simply replace the jars and tld's right? Greg -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 1:49 PM To: 'Struts Users Mailing List' Subject: RE: Migrating 1.1b2 to 1.1rc1 Check the docs again, that method

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread James Mitchell
Users Mailing List' Subject: RE: Migrating 1.1b2 to 1.1rc1 All I should need to do is simply replace the jars and tld's right? Greg -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 1:49 PM To: 'Struts Users Mailing List' Subject: RE

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread Greg Hess
: Migrating 1.1b2 to 1.1rc1 You need also to recompile your souce code against the new jars. -- James Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread James Mitchell
, March 11, 2003 2:15 PM To: 'Struts Users Mailing List' Subject: RE: Migrating 1.1b2 to 1.1rc1 I recompiled without a single error/warning :-), but I have know idea why the html:link tag is calling a method that doesn't exist? Greg -Original Message- From: James Mitchell

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread Dave Newton
On Tue, 2003-03-11 at 14:14, Greg Hess wrote: I recompiled without a single error/warning :-), but I have know idea why the html:link tag is calling a method that doesn't exist? Maybe try clearing out your servlet runner's work directory; perhaps a JSP page needs to be recompiled as well? You

RE: Migrating 1.1b2 to 1.1rc1

2003-03-11 Thread Greg Hess
, 2003 3:20 PM To: Struts Users Mailing List Subject: RE: Migrating 1.1b2 to 1.1rc1 On Tue, 2003-03-11 at 14:14, Greg Hess wrote: I recompiled without a single error/warning :-), but I have know idea why the html:link tag is calling a method that doesn't exist? Maybe try clearing out your