[ANNOUNCE] MyFaces Core v2.0.7 Release

2011-06-12 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.0.7. MyFaces Core is a JavaServer(tm) Faces 2.0 implementation as specified by JSR-314. MyFaces Core has passed Sun's JSR-314 TCK and is 100% compliant with the JSR-314 specification. MyFaces Core 2.0.7 is available

[ANNOUNCE] MyFaces Core v2.1.1 Release

2011-06-12 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces Core 2.1.1. MyFaces Core is a JavaServer(tm) Faces 2.1 implementation as specified by JSR-314. MyFaces Core has passed Sun's JSR-314 TCK and is 100% compliant with the JSR-314 specification. MyFaces Core 2.1.1 is available

Both child and facet list should be checked while moving an existing child ?

2011-06-12 Thread Ivan
Hi, Per the Java doc of http://javaserverfaces.java.net/nonav/docs/2.0/javadocs/javax/faces/component/UIComponent.html#getChildren(), if I set an existing child in the returned children list, the target child should be removed from its previous parent in both children and facet list. While