schraal / tomahawk-facelets

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

tag for panelStack missing in taglib #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just add this to the taglib and it will work. HtmlPanelStack has its own
renderer so only component-type should be required.

<tag>
    <tag-name>panelStack</tag-name>
    <component>
        <component-type>org.apache.myfaces.HtmlPanelStack</component-type>
    </component>
</tag>

Original issue reported on code.google.com by SunFir...@gmail.com on 30 Aug 2007 at 9:47

GoogleCodeExporter commented 9 years ago
Fixed. Many thanks!

Original comment by brunoaranda on 22 Sep 2007 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by brunoaranda on 13 Oct 2007 at 3:12