The root object should be an array or list that contains a map or
object, and so on.

On Wed, Dec 9, 2009 at 10:38 PM, Michael Obster <mich...@obster.org> wrote:
> 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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to