Thanks for the advice. Your example does work and is a little bit neater than the example. I'll use you suggested way from now on.

It might be an idea to either update the documentation to use this method or to raise a bug as the documented example does not work.


Thanks again,


Paul.



On 5 Apr 2007, at 11:47, MK Tan wrote:

have u try this
<s:url id="url" action="DoIt" >
<s:param name="id" value="1"/>
</s:url>

<s:a id="link1" theme="ajax" href="%{#url}" errorText="An
error ocurred" loadingText="Loading...">
    <img border="none" src="<%=request.getContextPath()%>/images/
delete.gif"/>
</s:a>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to