Details
Description
Right now we only support a static UIComponent tree, but stock Facelets should
support a dynamic UIComponent tree via their handler classes, whose apply(-)
methods could create varying numbers of UIComponent children. This has
ramifications with the StateManager code, and the transient and non-transient
components.
support a dynamic UIComponent tree via their handler classes, whose apply(-)
methods could create varying numbers of UIComponent children. This has
ramifications with the StateManager code, and the transient and non-transient
components.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13392 | Wed Mar 14 13:48:10 MDT 2007 | mark.collette | Changed ICEfaces + Facelets version of component-showcase to use dynamic ui:include |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/navigation/TreeNavigation.java
MODIFY /icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/navigation/PageContentBean.java MODIFY /icefaces/trunk/icefaces/samples/component-showcase/web/inc/content-facelet.jspx |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13391 | Wed Mar 14 13:43:51 MDT 2007 | mark.collette | Made dynamic ui:include work. Augmented duplicate id reporting. Improved UIComponent tree debugging. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/D2DViewHandler.java
MODIFY /icefaces/trunk/icefaces/lib/icefaces-facelets.jar MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/facelets/D2DFaceletViewHandler.java |