If you want use this anchor only for changing history states, use {@link Hyperlink} instead.
<s:a id="link1" theme="ajax" href="/DoIt.action"> <img border="none" src="<%=request.getContextPath()%>/images/delete.gif"/> <s:param name="id" value="1"/> </s:a>
An anchor is guaranteed to remain at the same place, and therefore can be passed between threads since once created, it is read-only.
@author Antoine Dutot @since 2007
|
|