widget tabs rendering in JSP

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

widget tabs rendering in JSP

Gatien

Hi,

I have a problem with the widget tabs rendering in a JSP file. The style is not
rendered, tabs are represented just by a link.

Here's the code that is very simple. When I rename the file with xhtml
extension, widget tabs are correctly rendered. When the file is renamed with jsp
extension, theres no style at rendering.

Is it a known bug?

<html xmlns:xf="http://www.w3.org/2002/xforms"
        xmlns:f="http://orbeon.org/oxf/xml/formatting"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
        xmlns:xi="http://www.w3.org/2001/XInclude"
        xmlns:xxi="http://orbeon.org/oxf/xml/xinclude"
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        xmlns:widget="http://orbeon.org/oxf/xml/widget"
        xmlns:ev="http://www.w3.org/2001/xml-events"
        xmlns:xdt="http://www.w3.org/2005/xpath-datatypes">

<head>
<xf:model id="m-schema">

        <xf:instance id="current" xmlns="">
                <data> </data>
        </xf:instance>

</xf:model>


</head>
<body>

<widget:tabs>
        <widget:tab id="tab1" selected="true">
                <widget:label>TAB1</widget:label>
        </widget:tab>

        <widget:tab id="tab2" selected="false">
                <widget:label>TAB2</widget:label>
        </widget:tab>
</widget:tabs>

</body>
</html>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws