Re: listen/notify Topics doubt

2007-09-28 Thread Pablo Vázquez Blázquez
//do something after the form is submitted //you can publish the refreshTree topic here dojo.event.topic.publish("/refreshTree"); } }); Now your tree will only be refreshed once... Manu -Original Message- From: Pablo Vázquez Blázquez [mailto:[EMAIL PROTECTED] Sent:

RE: listen/notify Topics doubt

2007-09-27 Thread Manu Mahajan
PM To: Struts Users Mailing List Subject: listen/notify Topics doubt Hi all! I have a simple question: When a div tag contains the "listenTopics" attribute, the associated href is executed *Before and After* the action ass

listen/notify Topics doubt

2007-09-27 Thread Pablo Vázquez Blázquez
Hi all! I have a simple question: When a div tag contains the "listenTopics" attribute, the associated href is executed *Before and After* the action associated to the tag which invokes the notifyTopics?? listenTopics="/refreshTree" executeScripts="true" loadingText=" "/>