schraal / tomahawk-facelets

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

Tag panelGrid is missing in tomahawk.taglib.xml #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version 1.1.6.1

I added the following to make it work:

    <tag>
        <tag-name>panelGrid</tag-name>
        <component>
            <component-type>org.apache.myfaces.HtmlPanelGrid</component-type>
            <renderer-type>org.apache.myfaces.Grid</renderer-type>
        </component>
    </tag>

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

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

GoogleCodeExporter commented 9 years ago

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