|
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
|
- Using buttons for forwarding Nikolaus Rumm
- Re: Using buttons for forwarding Pierre M�tras
- Re: Using buttons for forwarding piyush raj jain

