webtier@glassfish.java.net

Re: JSF 2.0: Errors or Ambiguity in Spec for "onevent" JavaScript Callback

From: <webtier_at_javadesktop.org>
Date: Wed, 30 Sep 2009 15:10:15 PDT

Marty -

While the spec leads do monitor these forums, the best way to report specification bugs is to log them as bugs in the specification bug database:

https://javaserverfaces-spec-public.dev.java.net/servlets/ProjectIssues

Or, optionally, you can email the spec comments alias:

jsr-314-comments_at_jcp.org

One comment on your comment though:

var foo = function foo()

 is not quite the same as

var foo = function()

One will show up as function foo in debug stats. The other will not. It's good practice to always name your functions, even when assigning them to variables, for exactly this reason.
[Message sent by forum member 'driscoll' (jim.driscoll_at_sun.com)]

http://forums.java.net/jive/thread.jspa?messageID=366390