Is there a workaround in order for this to work ?

                                <s:tree theme="ajax" 
rootNode="%{groupTreeModel}"
                                        childCollectionProperty="children" 
nodeIdProperty="id"
                                        nodeTitleProperty="name" 
treeSelectedTopic="treeSelected">
                                </s:tree>

     function treeNodeSelected(nodeId) {
     dojo.byId("id_group").value = nodeId;
     };   
     dojo.event.topic.subscribe("treeSelected", this, "treeNodeSelected");
 </script>

Thank you.
-- 
View this message in context: 
http://www.nabble.com/%3Cs%3Atree-treeSelectedTopic-property-doesn%27t-fire-any-event-tf4304332.html#a12251999
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to