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

2003-10-29 Thread Ruta Thakkar
. 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 Sent: Monday, October 27, 2003 9:09 PM To: '[EMAIL PROTECTED]' Subject: upgrading Struts 1.1 to jdk 1.4

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

2003-10-27 Thread Ruta Thakkar
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 earlier to pass multiple parameters in html:link: logic:iterate id=airportObj name=airportList bean:define id=airportCode

RE: Getting Struts Example work with WebSphere 4.0

2002-05-17 Thread Ruta Thakkar
Hi, I have got Struts working on Websphere Application Studio Developer 4.02 without any modifications to the struts code.This comes with a wepshere server instance. The only thing i had to do was to put xerces.jar compliant with jaxp1.1 in web-inf/lib folder of the web project. Cheers Ruta