Learn to use (Servlet) path mapping ("/something/*") instead of extension mapping ("*.something").

Erik


Burns, Scott wrote:

Can a page be displayed without using the action path mapping + (.do)
if I have this in my config.

<action path="/selectServices"

type="org.apache.struts.actions.ForwardAction"

scope="request"

parameter="/SelectServices.jsp">

</action>

A url like this http://myhost/somecontext/selectServices.do will work

How do I set it up so http://myhost/somecontext/selectServices/ will work?

thanks



Scott




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to