Ok, I'm feeling totally lost.
 
Here is a snippet from my struts-config.xml
 
  <action-mappings>
    <action path="/servicemanager"
            type="com.instanton.secureex.web.action.service.ListServiceAction">
            <forward name="success" path="/service/listservices.jsp"/>
    </action>
    ...
    </action-mappings>
 
now in a jsp page I have
        <html:link page="/servicemanager.do">
            <bean:message key="main.servicemanager.title"/>
        </html:link>
I do have /*.do aliased for the ActionServlet.
 
Why is this not working?  I am using TomCat 4.0b1 in Suns j2ee reference container.  Thanks in advance.
    --m
 
Michael R. Thompson
http://www.instanton.com
512.439.3815

Reply via email to