Re: RequestDispather.forward()

2007-08-13 Thread hillj2
e sure) and if you think it might be > oc4j, you can simply test it with another servlet container and see > whether the same problem exists. > > Eelco > > - > To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: RequestDispather.forward()

2007-08-12 Thread Eelco Hillenius
> Would the fact that wicket now uses a filter instead of a servlet have > an effect on trying to forward a request. I'm trying to forward a > request from the jsp/servlet portion of our app to a bookmarkable wicket > page using RequestDispatcher.forward(), but no matter what sort of path > I send

RequestDispather.forward()

2007-08-10 Thread Joel Hill
Would the fact that wicket now uses a filter instead of a servlet have an effect on trying to forward a request. I'm trying to forward a request from the jsp/servlet portion of our app to a bookmarkable wicket page using RequestDispatcher.forward(), but no matter what sort of path I send it, I get