Hi all, When attempting a request.getPathInfo() from within a JSP, I encounter an "Error: 404 File Not Found /CatalogMain.jsp/extra/info"
Here's the URL: http://localhost:8080/CatalogMain.jsp/extra/info?category=0 Here's the Expression: <p>PathInfo(): <%= request.getPathInfo()%></p> I expected the previous expression to return "/extra/info" Any suggestions? Thanks in advance, Mike Cronin ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html