google-code-export / crux-framework

Automatically exported from code.google.com/p/crux-framework
0 stars 0 forks source link

[Smart Faces] The TabHTML of TabPanel does not render the html #535

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
     <faces:tabPanel id="idTabPanel">
        <faces:tab>
            <faces:tabHtml><p>TabHTML</p></faces:tabHtml>
            <faces:panelContent>
                <faces:button id="idButton2" text="Button 2"/>
            </faces:panelContent>
        </faces:tab>
    </faces:tabPanel>

The output: <p>tabHTML</p>
The expected output: tagHTML

Original issue reported on code.google.com by br...@triggolabs.com on 18 Sep 2014 at 6:51

GoogleCodeExporter commented 9 years ago
r5685

Original comment by br...@triggolabs.com on 20 Nov 2014 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by alexandr...@triggolabs.com on 24 Nov 2014 at 9:09