See also

* https://issues.apache.org/struts/browse/WW-1604

On 1/8/07, Dariusz Wojtas <[EMAIL PROTECTED]> wrote:
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 <[EMAIL PROTECTED]> wrote:
> 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


-- HTH, Ted.
* http://www.husted.com/struts/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to