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??

   <s:div id="treeAndSelector" theme="ajax" href="${refreshTreeUrl}"
listenTopics="/refreshTree" executeScripts="true" loadingText=" "/>

   <s:form ...>
... <s:submit type="button" notifyTopics="/refreshTree"
               targets="workspaceAjaxContent" executeScripts="true"
               loadingText=" " cssClass="submit">
           <s:param name="value">
               <fmt:message key="Buttons.accept"/>
           </s:param>
       </s:submit>
   </s:form>

When I submit the form it invokes the action form and i have 2 threads invoking "refreshTreeUrl"... I would like to first invoke the action form, and then, notifyTopics. Is it possible??

Thanks.


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

Reply via email to