Does anyone know of a way to use the <html:form> tag to submit to a module other than 
the current module?  In the "bin" module I want to submit to the "datasharing" module. 
 I tried

<html:form action="/datasharing/multiItem">

and

<html:form action="datasharing/multiItem">

In both cases I get this error:

org.apache.jasper.JasperException: ServletException in 
'/datasharing/multiItem-body.jsp': Cannot retrieve mapping for action 
/datasharing/multiItem

I'm guessing that this behavior is not supported by struts.  If a struts committer 
reads this, I'd be willing to work on fixing this, either by adding a module attribute 
to the <html:form> tag or by editing the action attribute so that it understands 
syntax like <html:form action="/moduleNameHere/actionNameHere">

Thanks,

Matt

Reply via email to