Re: Struts 1.2.1 - Does it need JDK 1.4.x

2004-08-30 Thread Craig McClanahan
Struts 1.2.x does not require JDK 1.4. What's more likely is that you probably tried just swapping JAR files, instead of compiling your application against the new JARs before depoying. Craig On Mon, 30 Aug 2004 19:56:47 -0700, Venkat Maddipati <[EMAIL PROTECTED]> wrote: > I have recently upgrad

Struts 1.2.1 - Does it need JDK 1.4.x

2004-08-30 Thread Venkat Maddipati
I have recently upgraded my web-app to Struts 1.2.1, from 1.1. When we are on Struts 1.1, it used to work fine with JDK1.3.1. But, now when we moved to Struts 1.2.1, I get the following exception, with JDK1.3.1, but works fine with JDK1.4.1 ( I have extended our RequestProcessor class from TilesReq