You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Patil, Sheetal" <pa...@diebold.com> on 2006/05/05 12:19:09 UTC

Jsp Tabs

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.

Thanks in advanse

Sp

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Jsp Tabs

Posted by Angelo zerr <an...@gmail.com>.
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 <jm...@gmail.com>:
>
> On 5/5/06, Patil, Sheetal <pa...@diebold.com> 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: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

Re: Jsp Tabs

Posted by Michael Jouravlev <jm...@gmail.com>.
On 5/5/06, Patil, Sheetal <pa...@diebold.com> 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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org