Hi, I'm new to the mailling list. My company sold a struts 2 project to one of its customer. And no I'm lost in struts 2 Dojo wonderland.
It happens that when I create a simple dojo widget (anchor), either my widget is parsed twice by Dojo or the topic is registered twice, anyway, the event associated is triggered twice. here is the piece of code <script type="text/javascript"> function handler(widget, node) { // do the stuff } </script> ... <s:url id="cancelUrl" action="cancelMPSA"> <s:param name="idMP" value="'500'"/> </s:url> <s:a id="a" href="%{cancelUrl}" theme="ajax" handler="handler"> <img src="<s:property value="#clear"/>" alt="Annuler" /> </s:a> Does anyone know a workaround for this problem ?