webtier@glassfish.java.net

Re: JSF 2.0 PR - Feedback on <f:ajax>

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Fri, 09 Jan 2009 00:15:44 -0500

I take it back. Looks like the tag is already doing position specific ID
generation, since I got an error message about the component not finding
the speficied ID (nice feature!), but it's just not calling my
commandLink actions inside the table. I'm looking to see what I've done
wrong, since it *does* work outside of the table.

On Thu, 2009-01-08 at 23:31 -0500, Lincoln Baxter, III wrote:

> 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?