Problem when placing a simple tag into a struts layout TAB

Thu, 22 Jun 2006 02:22:08 -0700

Hello,

I am a new user of struts layout and i tried recently to make a page with
three tabs, in  the second tab i placed a table (the <table> tag) with only
one row (tr) and one column (td), and here is my source code :

<layout:form action="/create" method="POST">

<layout:tabs width="100%" >

<layout:tab key="File" width="50">
        content tab 1
</layout:tab>
<layout:tab key="Actor" width="50">
        <table>
          <tr><td> a simple table test </td></tr>
        </table>
</layout:tab>
<layout:tab key="Others" width="50">
        content tab 3
</layout:tab>

</layout:tabs>

</layout:form>

but when running it, in the first and the second tabs everything is well
displayed but in the third tab, the left, right and bottm borders of the tab
are missing !

when i replaced the table i placed in the second tab by a simple text
(content tab 2)
the borders of the third tab were back again and displayed !

so please tell how i can do fixe that because i really need to diplay a
table in my second tab !

thanks in advance for answering me
--
View this message in context: 
http://www.nabble.com/Problem-when-placing-a-simple-%3Ctable%3E-tag-into-a-struts-layout-TAB-t1829060.html#a4989685
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to