Problem with tree tag (event selected)

2008-12-11 Thread Juanjo Cuadrado
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); }); ...

Re: Problem with tree tag (event selected)

2008-12-11 Thread Juanjo Cuadrado
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