Hi,
I'm trying to build a correct JSON for usage with jsTree. Therefor I
need s.th. like that:
[
{ attributes: { id : "pjson_1" },
data: "Root node 1",
},
{ attributes: { id : "pjson_5" },
data: "Root node 2" }
]
As you can see if you need to root nodes in the tree you have to put
them in an array, but I don't know how I can build the structure with
the json-plugin from struts 2.1.8.1. Using a variable with getter and
setter creates always s.th. like:
varname: ...
Can anyone tell how this is done?
Kind regards,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org