梁炳場 wrote:
<html:img alt="Powered by Struts" page="/images/struts-power.gif" />How to make html:img or other html tag response to a click?
As in straight HTML, you need to wrap the image (or other content) with a link (<a> tag in HTML, <html:link> tag in Struts).
<html:link page="/actionToInvoke">
<html:image alt="...
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

