schraal / tomahawk-facelets

Facelets support for Apache MyFaces Tomahawk
Apache License 2.0
0 stars 0 forks source link

Tag panelGroup is missing in tomahawk.taglib.xml #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version 1.1.6.1
I think the summary says it all ;)

Original issue reported on code.google.com by daniel.s...@gmail.com on 7 Nov 2007 at 1:11

GoogleCodeExporter commented 9 years ago
I added the following to make it work:

    <tag>
        <tag-name>panelGroup</tag-name>
        <component>
            <component-type>org.apache.myfaces.HtmlPanelGroup</component-type>
            <renderer-type>org.apache.myfaces.Group</renderer-type>
        </component>
    </tag>

Original comment by daniel.s...@gmail.com on 7 Nov 2007 at 1:38

GoogleCodeExporter commented 9 years ago
Fixed and included in the release 1.1.6.2. Thanks Daniel!

Original comment by brunoaranda on 10 Nov 2007 at 3:30