Hi Nikolaus,
 
If you want a graphical button, just do:
 
<struts:link forward="...">
    <img src="...">
</struts:link>
 
Else create a small form that contains your button. If you're working for IE (doesn't work with NS), you can put your button without a form and redirect with a link as in the previous sample or with JavaScript code.
 
Pierre M�tras
 
----- Original Message -----
Sent: Thursday, November 16, 2000 5:51 PM
Subject: Using buttons for forwarding

Hello,
 
for design reasons I would like to use a button instead of a text-hyperlink to forward/redirect a request to another action/jsp-page. The struts:button tag is only valid inside a form and IMHO not intended for this use. Is there any workaround available ?
 
Regards
 
Nikolaus

Reply via email to