Re: [MyFaces 2] Ajax API issue

2010-01-13 Thread Werner Punz
Hia sorry for jumping in so late, when Michael asked me yesterday, I had a vague memory of something along those lines that when I coded the line it was definitely name in the specs afair, have in mind this is one of the older code parts of the javascripts coded probably around March-May 2009

Re: [MyFaces 2] Ajax API issue

2010-01-12 Thread Michael Kurz
I had the chance to talk to Werner about this issue and he thinks that the name name was used in an older version of the spec. Created MYFACES-2481 and provided a patch for this. - Michael Michael Kurz schrieb: Hi, I found a minor issue with client side error and event handling in the ajax

Re: [MyFaces 2] Ajax API issue

2010-01-12 Thread Matthias Wessendorf
hrm, there was some renaming done; I guess there is no change list on the spec, right ? On Tue, Jan 12, 2010 at 12:07 PM, Michael Kurz michi.k...@gmx.at wrote: I had the chance to talk to Werner about this issue and he thinks that the name name was used in an older version of the spec.

Re: [MyFaces 2] Ajax API issue

2010-01-12 Thread Matthias Wessendorf
Found it on the archives of the open mailing list (jsr-314-o...@jcp.org) Thread is called data payload for ajax calls, started by David Geary. (some fighting in there, but I don't see a line that indicates a ticket on their issue tracker) +1 from me on the change... -M On Tue, Jan 12, 2010 at

[MyFaces 2] Ajax API issue

2010-01-08 Thread Michael Kurz
Hi, I found a minor issue with client side error and event handling in the ajax api. According to the spec (14.4.1) the event data payload for the callback functions passed to addOnEvent and addOnError should contain the property status with the name of the event. In MyFaces this property