webtier@glassfish.java.net

Possible JSF2.0 PR UIComponent.findComponent() bug?

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Sun, 15 Feb 2009 02:07:35 -0500

Seems like if the JSF form attribute "prependId" is set to "false", the
UIViewRoot cannot find any Components within the form.

When prependId is left on (defaults to true), this works.

This also seems to be having trouble in nested tables. (I havent tried
just one table yet.)

--Lincoln