You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Martin Gainty <mg...@hotmail.com> on 2005/12/24 22:11:13 UTC

Re: tabs is struts (O/T caution: Thread hike by S. Claus)

Good Afternoon Master Rahul-

As they say in Harvard Square.. this is very helpful advice indeed!

I Hope one and all have a good Chanukkah, Merry Christmas and a Happy Festivus!

Martin Gainty
http://www.laconiadatasystems.com

----- Original Message ----- 
From: "Rahul Akolkar" <ra...@gmail.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>; "Martin Gainty" <mg...@hotmail.com>
Sent: Saturday, December 24, 2005 11:41 AM
Subject: Re: tabs is struts


On 12/24/05, Martin Gainty <mg...@hotmail.com> wrote:
> You can use
> <jsp:include page="local_URL " flush="true"/>
> page is file which contains the JSP logic
> flush sends the current page output before included file
>
> c:import to include local and remote rewrite tasks
> c:url for URL rewrite URL
> http://java.sun.com/developer/technicalArticles/javaserverpages/faster/index.html
<snip/>

Indeed. One point I'd like to add is if you *aggregate* content in the
tabs from separate static or dynamic sources, you will also need to
mitigate potential naming conflicts if that can be an issue (things
where this can bite is form submission, AJAX techniques etc.)

-Rahul


> ----- Original Message -----
> From: "Jim Douglas" <jd...@hotmail.com>
> To: <us...@struts.apache.org>
> Sent: Saturday, December 24, 2005 10:18 AM
> Subject: Re: tabs is struts
>
>
> > This is an excelet solution, thank you!
> >
> > Do you know how can I modify the line "<c:out value="Bar is cooler!" />", so
> > that it servers up a JSP via STRUTS?
> >
> > <tab:tabContainer id="foo-bar-container">
> >   <tab:tabPane id="foo" tabTitle="Foo!">
> > Foo is cool!
> > </tab:tabPane>
> > <tab:tabPane id="bar" tabTitle="Bar!">
> > <c:out value="Bar is cooler!" />
> > </tab:tabPane>
> > </tab:tabContainer>
> >
> >
> >
> > Jim
> >
> >
> >
> >>From: su mo <su...@gmail.com>
> >>Reply-To: "Struts Users Mailing List" <us...@struts.apache.org>
> >>To: Struts Users Mailing List <us...@struts.apache.org>
> >>Subject: Re: tabs is struts
> >>Date: Tue, 13 Dec 2005 09:41:51 +0530
> >>
> >>Checkout this.  Very good one
> >>
> >>ditchnet.org/taglibs/
> >>
> >>
<snap/>