Re: [T5] JSONObject response

2008-02-29 Thread Adriaan Joubert
Thanks! I've added it in JIRA as TAPESTRY-2209 Cheers, Adriaan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [T5] JSONObject response

2008-02-28 Thread Howard Lewis Ship
Looks like a bug, its supposed to be for the case where the event handler returns null, but it seems like it's getting added in even for event handlers that return a JSONObject. On Thu, Feb 28, 2008 at 1:03 PM, Sven Homburg <[EMAIL PROTECTED]> wrote: > in class "AjaxComponentEventRequestHandler" t

Re: [T5] JSONObject response

2008-02-28 Thread Sven Homburg
in class "AjaxComponentEventRequestHandler" the method "handle" creates an empty JSONObject, i cant checkout why. is it a bug or a feature? 2008/2/27, Adriaan Joubert <[EMAIL PROTECTED]>: > > Hi, > > I'm having a problem with returning a JSON object from an actionlink > in (5.0.11-SNAPSHOT). I ha