I am trying to return a JSON Array from a Page:

Array
(
    [0] => Array
        (
            [text] => adapter
            [id] => /adapter
            [cls] => folder
        )

    [1] => Array
        (
            [text] => air
            [id] => /air
            [cls] => folder
        )

    [2] => Array
        (
            [text] => build
            [id] => /build
            [cls] => folder
        )


However JSONStreamResponse only returns a single JSON object and not an array 
of objects,

How is this supposed to work in Tapestry5?

Thanks!

Toby

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

Reply via email to