Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Re: Struts 2 & JSON

Dariusz Wojtas

2007-01-08

Replies:

http://json.org/

Something of form:

[["name", "id"], ["name", "id"]]
or
[["name", "id"], ["name", "id"],]


Remember to escape special characters.

Dariusz Wojtas


On 1/8/07, André Faria <andrefaria@(protected):
> What is necessary to write a JSON response in struts to use with a
> Autocomplete tag?
>
> example:
>
> public class JSONListAction {
>   public String execute {
>     ???????????????? return JSON object!
>   }
> }
>
> <s:url id="json" value="/JSONList.action" />
> <s:autocompleter theme="ajax" href="%{json}" autoComplete="false"/>
>
>
>
> Thank's
> André Faria
©2008 junlu.com - Jax Systems, LLC, U.S.A.