<form id="myFormId" name="myForm" action="/testAction.action" method="post">
	<tableclass="wwFormTable">
		<tr>
			<td class="tdLabel">
				<labelfor="myId"class="label">
					MyLabel:<img
								src='/struts/tooltip/myTooltip.gif'
								onmouseover="domTT_activate(this,event,'content','myTooltip','delay','500','styleClass','StrutsTTClassic')"/>
				</label>
			</td>
			<td class="tdInput">
				<input type="text" name="" id="myId"/>
			</td>
		</tr>
	</table>
</form>
<!--javascript that is needed for tooltips-->
<script type="text/javascript" src='/struts/domTT.js'></script>
<link rel="stylesheet" type="text/css" href="/struts/domTT.css"/>