How can I get
   <html:form name="myform" action="index.jsp">
to produce
   <form name="myform" action="index.jsp">
instead of
   <form name="myform" action="/index.jsp">
???

I'm starting to use Struts in my project which has its own controller.  All
of my JSPs use relative URLs to this controller. I do not want to migrate to
the ActionServlet yet.  I have no struts-config.xml file (and I don't want
one until I convert to ActionServlet).

-Jerome

Reply via email to