in this example the first works and the second not:
dispatch from a submit-buttom:


   //--<this works
  <html:form action="/lookupdispatch2">
     <html:submit property="method">
      <bean:message key="button.nix"/>
    </html:submit>

dispatch from a link

   <html:link action="/lookupdispatch2.do" paramId="method" >
    <bean:message  key="button.nix"/>
   </html:link>



  </html:form>


I get the error after clicking the link:
Request[/lookupdispatch2] does not contain handler parameter named 'method'.

Can someone help me?
Thank you!
Ciao


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to