Re: Problem with tree tag (event selected)
Sorry... I'm using Struts 2.0.11.2 2008/12/11 Juanjo Cuadrado <[EMAIL PROTECTED]> > Hi, > > I'm working with s:tree tag, but it not working for me. > > I have this code in my jsp > > ... > > dojo.even.topic.subscribe("treeSelected", function(e){ > alert("The
Problem with tree tag (event selected)
Hi, I'm working with s:tree tag, but it not working for me. I have this code in my jsp ... dojo.even.topic.subscribe("treeSelected", function(e){ alert("The id is:" + e.node.widgetId); }); ...