Hi Cedric,

I have put those taglib declarations on every page using Tiles and Struts.
For your information, I am using Struts 1.0.2 with Tiles for struts 1.0

Since my jsp (included Struts Tag) does not use any Tiles Definition, I
don't think I need to set up anything inside web.xml , do I ?

I have also tried to install your "tiles-blank-struts1-0" war application
(Blank Site Example) , it s working fine, but if I tried to put some Struts
Tag, it also can not be displayed.

Btw, what's the use of "controllerUrl" and "controllerClass" attributes
inside "insert" tag ?
Do I need to set up anything to make Tiles intelligent enough to ask Struts
to render the page first before display it ?

Any Tiles sample with Struts Tag could be really helpfull for me.

Thanks a lot for this innovative open source !

Best Regards,

Anen

----- Original Message -----
From: "Cedric Dumoulin" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, September 05, 2002 7:43 PM
Subject: Re: struts tags can not be displayed using tiles:insert


>   Check if you have the appropriate taglib declaration in each of your
> jsp files:
> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
> ...
>
>    Cedric
>
> Anen Wu wrote:
>
> >Hello,
> >
> >is there anyone can help ?
> >
> >I have created 2 jsp files. Just name the first :  display.jsp , which
contains some struts tags, and second page named :  index.jsp.
> >
> >Inside index.jsp, contains :
> ><% templateName = "display.jsp" ; %>
> ><tiles:insert page="<%= templateName %>" flush="true"/>
> >
> >
> >When I called the index.jsp, all normal HTML elements are displayed, but
why, all my struts tags could not be displayed ?
> >
> >Any param i have to set ?
> >
> >pls help
> >
> >Anen
> >
> >
> >
> >
> >
> >
> >
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>



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

Reply via email to