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
|
- Re: action help Mike Thompson
- Re: action help Linnea Ahlbeck
- Re: action help Mike Thompson
- Re: action help Dan Marina
- Re: action help Mike Thompson
- Re: action help Dan Marina
- Re: action help Mike Thompson
- RE: action help ??? Vincent Lin
- Re: action help Martin Cooper
- Re: action help Craig R. McClanahan
- Re: action help Mike Thompson