Sorry Rob, you are correct, WebRequest is the appropriate class. I mistyped. There isn't currently an erratum for that chapter, although I suppose I could generate some. Your best bet for Cactus 1.3 is to use the samples that come with the Cactus distribution.
Cheers, nick -----Original Message----- From: Robert Koberg [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 7:04 PM To: Cactus Users List Subject: Re: new user - problems with latest nightly build Hi - thanks, Nicholas Lesiecki wrote: >Robert, > >It looks like you are using the example from the book, which was designed >with 1.1/1.2 in mind with Cactus 1.3 (the nightly build). > >The old begin signature was: >public void beginDoGet(ServletTestRequest request) { > >the new one would be: >public void beginDoGet(WebTestRequest request) { > I tried that but I could not find this class. I then tried WebRequest and it compiled. But I am still getting errors.I don't suppose there is errata somewhere (couldn't find it)? thanks, -Rob > >This would cause the java.lang.IllegalArgumentException: argument type >mismatch that you are seeing. > >Try switching to the new signature and see if that works for you. > >Cheers, > >Nicholas Lesiecki > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
