The <icecore:push group="groupName" /> component has now been added. It's considered a Core component and resides in the org.icefaces.impl.component package. Both the Core's core.taglib.xml and faces-config.xml have been updated. The group attribute is mandatory. Multiple occurrences of this component within a view can be used to add the current view to multiple groups. Removal of expired views from the group currently relies on the automatic clean-up of the groups themselves.
An example of this component's usage:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:icecore="http://www.icefaces.org/icefaces/core">
<f:view contentType="text/html">
<h:body>
<icecore:push group="group1" />
<icecore:push group="group2" />
</h:body>
</f:view>
</html>
Marking this one as FIXED.
The <icecore:push group="groupName" /> component has now been added. It's considered a Core component and resides in the org.icefaces.impl.component package. Both the Core's core.taglib.xml and faces-config.xml have been updated. The group attribute is mandatory. Multiple occurrences of this component within a view can be used to add the current view to multiple groups. Removal of expired views from the group currently relies on the automatic clean-up of the groups themselves.
An example of this component's usage:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:icecore="http://www.icefaces.org/icefaces/core">
<f:view contentType="text/html">
<h:body>
<icecore:push group="group1" />
<icecore:push group="group2" />
</h:body>
</f:view>
</html>
Marking this one as FIXED.