Hey everybody!
I'm currently working on a Web-application in which I have to do a custom handler-mapping resolvement. I have my Servlet mapped to a *.extension wildcard. The mappings that I would like to resolve to handlers, should look like "/page", which themselves are executed on "/page.extension"-requests.
I cannot seem to manage to get that path within the serlvet-mapping, with the extenstion stripped of. So basically the path within the servlet-mapping. I know that Struts does this with the *.do mappings. Like in the struts-config there is a "/Welcome", which I executed on a "/Welcome.do"-request. This is what I would like to achieve on my custom handler resolvement too. Can somebody point me directions, how this is achieved?
Thank you, Tim
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]