RE: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors

2003-10-29 Thread Ruta Thakkar
again.. Regards, Ruta -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 10:28 PM To: Struts Users Mailing List Subject: RE: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors I doubt the JDK version upgrade is relevant here

RE: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors

2003-10-27 Thread Karr, David
I doubt the JDK version upgrade is relevant here. Are you using WLS 8.1 or 8.1 SP1? Check with BEA support to get any relevant patches. It's possible that patch CR112789 will resolve this. -Original Message- From: Ruta Thakkar [mailto:[EMAIL PROTECTED] Dear All, I have been

Re: upgrading Struts 1.1 to jdk 1.4 and weblogic 8.1 -Compilation errors

2003-10-27 Thread Ruth, Brice
In this particular code, you'd need to use pageContext.getAttribute(airportCode), in your scriptlet, I believe. Ruta Thakkar wrote: Dear All, I have been using Struts 1.1(stable release) with weblogic 6.1,jdk1.3..now we are upgrading to weblogic 8.1/jdk1.4 Here is the code that i was using