ICEfaces
  1. ICEfaces
  2. ICE-2995

Add new outputHtml, outputBody and outputHead jsf components

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.7.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      any
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      In order for jsf only components web pages, we need
      ice:html, ice:head; ice:body.

      Firstly, a structure for these three components are need.
      Secondly, we need the detailed required attributes for body or head later on...

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16458 Wed Apr 16 15:35:21 MDT 2008 frank.ye ICE-2995 add html head body jsf components structure
          Files Changed
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-html-renderer.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-head-component.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-body-renderer.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-html-component.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-head-renderer.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/dtd/web-facesconfig_1_2.xsd
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16459 Wed Apr 16 15:35:26 MDT 2008 frank.ye ICE-2995 add html head body jsf components structure
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/component/conf/META-INF/faces-config.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16460 Wed Apr 16 16:03:28 MDT 2008 frank.ye ICE-2995 add html head body jsf components structure
          Files Changed
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHead.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HtmlRenderer.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16463 Thu Apr 17 09:19:32 MDT 2008 frank.ye ICE-2995 add html body head component structure
          Files Changed
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/conf/META-INF/faces-config.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HtmlRenderer.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHead.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/conf/META-INF/facelet/icefaces.taglib.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16464 Thu Apr 17 09:19:35 MDT 2008 frank.ye ICE-2995 add html body head component structure
          Files Changed
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-html-renderer.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-body-renderer.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-html-component.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-head-renderer.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-head-component.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16560 Thu May 01 10:36:16 MDT 2008 yip.ng ICE-2995
          Modified html, head and body components and renderers to fix component showcase coming up blank, and DOM node insertion exceptions.
          Files Changed
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHtml.java
          Commit graph MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component/conf/META-INF/faces-config.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HtmlRenderer.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16561 Thu May 01 10:56:25 MDT 2008 yip.ng ICE-2995
          Modified html, head and body components and renderers to fix component showcase coming up blank, and DOM node insertion exceptions.
          Files Changed
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/conf/META-INF/faces-config.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HtmlRenderer.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHtml.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16597 Wed May 07 14:00:09 MDT 2008 frank.ye ICE-2995 html document component
          Files Changed
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/conf/META-INF/faces-config.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHtml.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16598 Wed May 07 14:00:12 MDT 2008 frank.ye ICE-2995 html document component
          Files Changed
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TagLibraryGenerator.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16599 Wed May 07 14:00:38 MDT 2008 frank.ye ICE-2995 html document component
          Files Changed
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHtml.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component/conf/META-INF/facelet/icefaces.taglib.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component/conf/META-INF/faces-config.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16600 Wed May 07 14:00:55 MDT 2008 frank.ye ICE-2995 html document component
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TagLibraryGenerator.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16601 Wed May 07 14:48:03 MDT 2008 frank.ye ICE-2995 add style attribute to body comp
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16602 Wed May 07 14:48:41 MDT 2008 frank.ye ICE-2995 add style attribute to body comp
          Files Changed
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16617 Thu May 08 16:42:43 MDT 2008 yip.ng ICE-2995
          Added attributes for body and head components.
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-head-props.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-head-component.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-body-props.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHead.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16618 Thu May 08 16:46:22 MDT 2008 yip.ng ICE-2995
          Added attributes for body and head components.
          Files Changed
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-body-props.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-head-component.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-head-props.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHead.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16794 Wed Jun 04 12:01:41 MDT 2008 yip.ng ICE-2995
          Added styleClass attribute for body component.
          Files Changed
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-body-props.xml
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16795 Wed Jun 04 12:04:56 MDT 2008 yip.ng ICE-2995
          Added styleClass attribute for body component.
          Files Changed
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-body-props.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16904 Mon Jun 16 14:04:01 MDT 2008 yip.ng ICE-2995
          Changed names of ice:html, ice:body, and ice:head to ice:outputHtml, ice:outputBody, and ice:outputHead.
          Files Changed
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-head-props.xml
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-head-component.xml
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-html-component.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-outputBody-renderer.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-outputBody-props.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHead-component.xml
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/OutputHeadRenderer.java
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHead-renderer.xml
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-body-renderer.xml
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-head-renderer.xml
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHead.java
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHtml-component.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-outputHead-props.xml
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/OutputBody.java
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/OutputHtmlRenderer.java
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-body-props.xml
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-outputBody-component.xml
          Commit graph DEL /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HtmlRenderer.java
          Commit graph DEL /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-html-renderer.xml
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/OutputBodyRenderer.java
          Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/OutputHtml.java
          Commit graph ADD /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHtml-renderer.xml
          Commit graph MODIFY /icefaces/trunk/icefaces/component/conf/META-INF/faces-config.xml
          Commit graph ADD /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/OutputHead.java
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #16905 Mon Jun 16 14:10:09 MDT 2008 yip.ng ICE-2995
          Changed names of ice:html, ice:body, and ice:head to ice:outputHtml, ice:outputBody, and ice:outputHead.
          Files Changed
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHead-component.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/OutputBodyRenderer.java
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-html-renderer.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-body-props.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/conf/META-INF/faces-config.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/OutputHead.java
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-head-renderer.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-head-component.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-body-component.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlBody.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-outputBody-renderer.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/OutputHtml.java
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/Html.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHtml-component.xml
          Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/extended-faces-config.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-outputBody-component.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HtmlRenderer.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHtml-renderer.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-head-props.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-outputBody-props.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/OutputBody.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/OutputHtmlRenderer.java
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-body-renderer.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-outputHead-props.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-html-component.xml
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component-metadata/src/main/resources/conf/components/ice-outputHead-renderer.xml
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/BodyRenderer.java
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/HeadRenderer.java
          Commit graph ADD /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/OutputHeadRenderer.java
          Commit graph DEL /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/HtmlHead.java

            People

            • Assignee:
              Unassigned
              Reporter:
              Frank Ye
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: