Hi !!

I get an ServletException on my bea with this message 

Cannot retrieve mapping for action /LookupAction
Must I add in the web-xml the class as an servlet ??
I don't think so but no I'm so confused ...

In my struts-config.xml is this entry:

<action path="/LookupAction" type="lookup.servlets.LookupAction"
name="LookupActionForm"  input="/lookup/lookups.jsp"></action>
   

in my web.xml I have for the <servlet-name>action
a *.do mapping...
the form-tag looks like this:

<form action="/LookupAction.do" ...

where is my fault ? whats going wrong ?
Please help me !!!!

Reply via email to