webtier@glassfish.java.net

Re: [webtier] JSF2 <renderUsingPageChildren> not passing SelectOneMenu items

From: Ed Burns <Ed.Burns_at_Sun.COM>
Date: Tue, 21 Apr 2009 19:04:04 +0200

>>>>> On Sat, 11 Apr 2009 09:16:17 -0700, Ryan Lubke <Ryan.Lubke_at_Sun.COM> said:

RL> This is the correct behavior. The 'renderUsingPageChildren' renders the
RL> output of a component in
RL> the location referenced by that tag. If the children being referenced
RL> don't have renderers (as selectItems
RL> do not), then no output will be produced.

RL> Currently, and this may change in time for 2.0, there is no way to
RL> re-locate children of a composite
RL> component to a location within the composite component
RL> implementation.

As Ryan said, it did change. I'll publish another Editor's Draft of the
spec to our public area and announce it on my blog.

Ed