ICEfaces
  1. ICEfaces
  2. ICE-6999

push tag supporting group membership

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0.1
    • Fix Version/s: 2.1-Beta, 3.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      ICEfaces

      Description


      <icecore:push group="chat" />

      would add the current view to the "chat" group.

        Activity

        Hide
        Jack Van Ooststroom added a comment -

        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.

        Show
        Jack Van Ooststroom added a comment - 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.

          People

          • Assignee:
            Jack Van Ooststroom
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: