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