A tag that creates a HTML <a href='' /> that when clicked calls a URL remote XMLHttpRequest call via the dojo
framework. The result from the URL is executed as JavaScript. If a "listenTopics" is supplied, it will publish a
'click' message to that topic when the result is returned.
Examples
<ww:a id="link1" theme="ajax" href="" errorText="An error ocurred" showErrorTransportText="true"> <img border="none" src="<%=request.getContextPath()%>/images/delete.gif"/> <ww:param name="id" value="1"/> </ww:a>Results in Here is an example that uses the postInvokeJS. This example is in altSyntax=true: