Re: struts 2.0.9 with the dynamic tree

2007-09-17 Thread Vo Van Thuong
<[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, September 17, 2007 11:08 PM Subject: Re: struts 2.0.9 with the dynamic tree Please, has anyone figured out how to make the tree selection work with struts 2.0.9? The showcase example, the way it stands doesn't

Re: struts 2.0.9 with the dynamic tree

2007-09-17 Thread Session A Mwamufiya
Please, has anyone figured out how to make the tree selection work with struts 2.0.9? The showcase example, the way it stands doesn't work for 2.0.9 (it didn't work for 2.0.6 either, but I found a hack that involved changing the struts-core jar file). I thought it was supposed to be fixed in 2

struts 2.0.9 with the dynamic tree

2007-09-17 Thread Session A Mwamufiya
Hi, I recently upgraded to struts 2.0.9, and now my tree viewer doesn't respond to node selections any more. Here's my jsp script: function treeNodeSelected(nodeId) { dojo.io.bind({ url: "?nodeId="+nodeId, load: fu