How to get response in json for autocomplete

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get response in json for autocomplete

Deepak Agarwal-2
Current autocomplete is returning a html. How can I get it as json.

--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044
Reply | Threaded
Open this post in threaded view
|

Re: How to get response in json for autocomplete

Deepak Agarwal-2
Well I am not sure if this is the best way to do but I achieved by adding a
new ftl ajaxAutocompleteOptionsJson.ftl (in place
of ajaxAutocompleteOptions.ftl ) , modified it to return just the data and
set the content-type="application/json" in my controller.xml view-map

On Tue, Mar 5, 2013 at 2:30 PM, Deepak Agarwal <[hidden email]> wrote:

> Current autocomplete is returning a html. How can I get it as json.
>
> --
> Thanks,
> Deepak Agarwal,
>
> Mobile: +91 9501190044




--
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044
Reply | Threaded
Open this post in threaded view
|

Re: How to get response in json for autocomplete

Mandeep Sidhu
Invoke a java event instead of a service, set the view to none and render
the response as json, you can break down regular java objects into json
using codeheues jackson library.


On Tue, Mar 5, 2013 at 1:23 AM, Deepak Agarwal <[hidden email]> wrote:

> Well I am not sure if this is the best way to do but I achieved by adding a
> new ftl ajaxAutocompleteOptionsJson.ftl (in place
> of ajaxAutocompleteOptions.ftl ) , modified it to return just the data and
> set the content-type="application/json" in my controller.xml view-map
>
> On Tue, Mar 5, 2013 at 2:30 PM, Deepak Agarwal <[hidden email]>
> wrote:
>
> > Current autocomplete is returning a html. How can I get it as json.
> >
> > --
> > Thanks,
> > Deepak Agarwal,
> >
> > Mobile: +91 9501190044
>
>
>
>
> --
> Thanks,
> Deepak Agarwal,
>
> Mobile: +91 9501190044
>



--
Regards,
Mandeep Singh Sidhu
http://www.simbacart.com (ofbiz based)
http://www.sidsol.com
Reply | Threaded
Open this post in threaded view
|

Re: How to get response in json for autocomplete

Adrian Crum-3
You should be able to do conversions in OFBiz using the converter framework.

-Adrian

On 3/6/2013 8:04 AM, Mandeep Sidhu wrote:

> Invoke a java event instead of a service, set the view to none and render
> the response as json, you can break down regular java objects into json
> using codeheues jackson library.
>
>
> On Tue, Mar 5, 2013 at 1:23 AM, Deepak Agarwal <[hidden email]> wrote:
>
>> Well I am not sure if this is the best way to do but I achieved by adding a
>> new ftl ajaxAutocompleteOptionsJson.ftl (in place
>> of ajaxAutocompleteOptions.ftl ) , modified it to return just the data and
>> set the content-type="application/json" in my controller.xml view-map
>>
>> On Tue, Mar 5, 2013 at 2:30 PM, Deepak Agarwal <[hidden email]>
>> wrote:
>>
>>> Current autocomplete is returning a html. How can I get it as json.
>>>
>>> --
>>> Thanks,
>>> Deepak Agarwal,
>>>
>>> Mobile: +91 9501190044
>>
>>
>>
>> --
>> Thanks,
>> Deepak Agarwal,
>>
>> Mobile: +91 9501190044
>>
>
>