Mike Kienenberger wrote:
Well, you didn't post any page code, but the short answer is MyFaces has better error reporting :-)
Indeed, it does. Which is why I think it's much better implementation than the RI, especially for development.
A facet can only have one child. Apparently you've specified multiple children for reportGroup. If you need mutiple children, enclose them in an h:panelGroup.
I didn't realize that XML comments counted as children as well. There was a commented h:outputText in the facet and once I removed it things started working. thanks! marko

