If you have an image for the "button", put it where the bean:message is.
If you have i18n images, use the Struts html:img tag instead.
If you do not have an image, then use html:form and a hidden field for
"action" with the value "create".
-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/
Stefan Faist wrote:
>
> Hi,
> how can I use a button instead of the fallowing link?
> <html:link page="/editRegistration.do?action=Create"><bean:message
> key="index.registration"/></html:link>
>
> The button should do the same as the link.
>
> Best regards,
> Stefan