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

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

2003-10-27 Thread Hajratwala, Nayan (N.)
I actually had this identical problem when upgrading to WL 8. I was already using jdk 1.4, so it must be a WS thing. You should get the WL patch as well. I switched my scriptlet to do the following, which worked fine. params.put(airportCode, ((Airport)airportObj).getAirportCode() );

RE: Upgrading to 1.1 final validation problem...

2003-09-27 Thread João Luz
Sorry for the typo But now when the page is not. I wanted to say : But when the page parameter is not present in request it sends... Thanks -Original Message- From: João Luz [mailto:[EMAIL PROTECTED] Sent: domingo, 28 de Setembro de 2003 3:58 To: [EMAIL PROTECTED] Subject: Upgrading to

Re: Upgrading to 1.1

2003-05-30 Thread Richard Raquepo
clear your compiled jsp, be sure you are using the latest struts.jar *.jars of struts1.1rc1 hope this helps - Original Message - From: Abhinav (Cognizant) [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, May 30, 2003 1:09 PM Subject: Upgrading to 1.1

RE: Upgrading to 1.1

2003-05-30 Thread Abhinav (Cognizant)
Thanx a lot. It worked. -Original Message- From: Richard Raquepo [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 10:42 AM To: Struts Users Mailing List Subject: Re: Upgrading to 1.1 clear your compiled jsp, be sure you are using the latest struts.jar *.jars of struts1.1rc1 hope