I've defined several modulesn through several struts-config files:
for example: <init-param> <param-name>config/bde</param-name> <param-value>/WEB-INF/struts-config-bde.xml</param-value> </init-param> this is a action defined in the struts-config-bde.xml file <action name="Demo_Bde" path="setList" ..... </action> now i've a jsp in the html_root/bde folder with this action <html:form action="setList"> <html:hidden property="demo1" value="" /> <html:submit onclick="setList"/> </html:form> I always get the error: Cannot retrieve mapping for action /setList You can tell me where the error is? Thanks a lot Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]