>From the ServletTestCase JAvaDocs > q) > > I also need to know after the begin method is > called, can you use httpservletRequest object in the > textxxx methods to get the values you set up in the > begin methods which should have being sent to > redirector proxy on the server > request public HttpServletRequestWrapper request
Valid HttpServletRequest object that you can access from the testXXX(), setUp and tearDown() methods. If you try to access it from either the beginXXX() or endXXX() methods it will have the null value. Cheers Raj __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
