Re: Issue In Autocompleter

2008-03-17 Thread Ozzy
ribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete th

Re: Issue In Autocompleter

2008-03-14 Thread Laurie Harper
Ankur Agar wrote: Hi All, I am tryin to make an autocomplete work with its theme="ajax" I am using struts 2.0.x The data coming from the action is in JSON format [...] But still the autocomplete is not working gives a syntax error on page when Including the actual error message would he

Issue In Autocompleter

2008-03-14 Thread Ankur Agar
Hi All, I am tryin to make an autocomplete work with its theme="ajax" I am using struts 2.0.x The data coming from the action is in JSON format {"Arizona":"AZ","Arkansas":"AR","Armed":"AE","California":"CA","Florida":"FL"} the jsp code is <%@ taglib prefix="s" uri="/struts-tags" %>