webtier@glassfish.java.net

JSF 2.0 PR - Feedback on <f:ajax>

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Thu, 08 Jan 2009 23:31:32 -0500

Just thought I would mention I'm having trouble using the <f:ajax> tag
due to the Client-side ID definition. When nesting ajax actions in a
repeated item such as a dataTable (i love these things) that is nested
inside a component, it's very difficult to determine the ID that JSF
will generate for this component.

I suppose that's where you should just use the library itself and pass
in the event object which triggered the call?