Re: T5: Ajax response content-tpye

2009-02-26 Thread Zsombor Nemestóthy
Hi, I've found a solution: overriding the AjaxPartialResponseRenderer service. In my module class I put this: public static void bind(ServiceBinder binder) { binder.bind(AjaxPartialResponseRenderer.class, StbAjaxPartialResponseRenderer.class).withId("StbAjaxPartialResponseRenderer"); } publi

T5: Ajax response content-tpye

2009-02-25 Thread Zsombor Nemestóthy
Hi All! I would like to change the content-type of the ajax response, when rendering a component from an ajax request. The content-type is 'application/json' and it need to be 'plain/text'. We develop an ip-tv middleware and the setTopBox's browser (Opera gogi) can not understand the applicati