I believe you can do something like the following, although I haven't tried it myself:
<bean:define id="fooVar"><bean:message key="foo.label" /></bean:define> <html:link action="myAction" paramId="foo" paramName="fooVar" > ... link text here e.g. </html:link> This adds a parameter called "foo" to the link with the internationalized value of "foo.label" from the message resources. If you want more than one parameter you need to build a java.util.Map of parameters and pass it to the <html:link> tag using the name/property attributes. Niall ----- Original Message ----- From: "Yariel Ramos Moreno" <[EMAIL PROTECTED]> Sent: Wednesday, March 08, 2006 2:19 PM Hi everybody: It's there a way of submit an html:form to a LookUpDispathAction with a link instead of a submit button? Thanks and regards. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]