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
>>
>
>