More of a nuisance, but thought I would let you know.
In general, all you need to do is call setId("idVal") on a TreeNode item and
everything works fine. As you know, the ID is carried as an attr in the actual
tree node, but you don't generally have to call
node.getAttr().put("id", idVal)
The problem arises if you are using node.getAttr().put to store additional
information. If you do that, then you have to manually call
node.getAttr().put("id", idVal) on each node.
Which struts2 version?
2.3.1.2
Which struts2-jquery plugin version?
3.3.0
Original issue reported on code.google.com by sco...@innoventsolutions.com on 19 Nov 2012 at 8:11
Original issue reported on code.google.com by
sco...@innoventsolutions.com
on 19 Nov 2012 at 8:11