> > There are currently 2 classes that do not compile with 2.4: > > > > BufferedHttpServletResponse > > MockHttpServletResponse > > > >
> they should run fine on 2.4 (tomcat 5) or 2.5. (tomcat 6) as long as > the 2.4/2.5 > methods are not called. > > I guess they are just new methods that aren't implemented yet? Yes, that's correct. So, you're saying that it should _run_ with 2.4/2.5, but it won't _compile_. Is that it? The fixes to the above classes are fairly simple, and it would allow wicket to compile against 2.4. Cheers, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
