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

 

Reply via email to