Hello,
If you want you can use JSPTabControl, which is JSP taglib
which is able to manage Tabs. With this taglib you can use easily
with ApplicationResources Struts (to set your title in your tabs).
You can too set a state for particulary tab (eg :set sttate ERROR for
particulary tab, Set FORBIDDEN state for particulary tab). You can configure
any state (by adding javascript or set css in tab).
You can find JSPTabcontrol at http://jsptabcontrol.sourceforge.net/

Regards Angelo

2006/5/5, Michael Jouravlev <[EMAIL PROTECTED]>:

On 5/5/06, Patil, Sheetal <[EMAIL PROTECTED]> wrote:
> Hello friends
>         I am using ditchnet tab taglib . However it works fine for
> normal text in tagPane
>             <tab:tabContainer id="foo-bar-container" skin="wireframe">
>                         <tab:tagPane id="aa" tabTitle="one">
>                                 Hello 1
>                         </tag:tagPane>
>                         <tab:tagPane id="bb" tabTitle="two">
>                                 Hello 2
>                         </tag:tagPane>
>                         <tab:tagPane id="cc" tabTitle="thr">
>                                 Hello 3
>                         </tag:tagPane>
>                 </tab:tagContainer>
>
> This code works.
> when I enter some table in <tab:tagPane> it works fine
>
> But when I put this <tab:tabPane> in <tr><td> of any table it dosent
> work. Means it only shows any one pane and rest dosent work
>
> Can anybody tell me that is there any problem in tabPane while writing
> in table rows/colemns.

You probably should ask Todd Ditchendorf about this.

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


Reply via email to