jsp:include and path info

2000-11-11 Thread Rickard Oberg
Hi! I am fiddling with a Model-2 framework (yeah, yet another one). It is going well except for one thing. I have decided to give the action name as extra path info to the servlet, like this (where "action" has been mapped to my dispatcher servlet): /servlet/action/DoStuff?foo=bar i.e. invoke DoS

Re: jsp:include and path info

2000-11-11 Thread Karl Avedal
Hello Rickard, If I understand what you're trying to do correctly, this is the answer (from the servlet 2.2 spec, 8.3.1): When a servlet is being used from within an include, it is sometimes necessary for that servlet to know the path by which it was invoked and not the original request paths. T