Re: Struts 2 + tiles + displaytag export = firefox hang or exception

2008-09-21 Thread Yannick Haudry
Hi all, This thread is almost one year old but I'm facing the exact same issue ! http://www.mail-archive.com/user@struts.apache.org/msg68104.html Does anyone know how to solve it ? Thanks Yannick On Wed, Oct 17, 2007 at 11:08 AM, Giovanni Azua [EMAIL PROTECTED] wrote: hi All, Anyone has ran

RE: Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread LEONARD Julien (Consulting for ACCOR Hotels)
: Struts 2 + tiles + displaytag export = firefox hang or exception hi All, Anyone has ran into the situation above? solutions? I have the snippet below in my web.xml. I get no exceptions but firefox hangs. If I flip the order i.e. struts 2 filter first and then displaytag filter then I get

Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread Giovanni Azua
hi All, Anyone has ran into the situation above? solutions? I have the snippet below in my web.xml. I get no exceptions but firefox hangs. If I flip the order i.e. struts 2 filter first and then displaytag filter then I get an exception from displaytag complaining about the lack of the

Re: Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread Giovanni Azua
*.action/url-pattern /filter-mapping -Message d'origine- De : Giovanni Azua [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 octobre 2007 11:09 À : Struts Users Mailing List Objet : Struts 2 + tiles + displaytag export = firefox hang or exception hi All, Anyone has ran into the situation

RE: Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread LEONARD Julien (Consulting for ACCOR Hotels)
octobre 2007 11:09 À : Struts Users Mailing List Objet : Struts 2 + tiles + displaytag export = firefox hang or exception hi All, Anyone has ran into the situation above? solutions? I have the snippet below in my web.xml. I get no exceptions but firefox hangs. If I flip the order i.e. struts 2

RE: Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread LEONARD Julien (Consulting for ACCOR Hotels)
-nameResponseOverrideFilter/filter-name url-pattern*.action/url-pattern /filter-mapping -Message d'origine- De : Giovanni Azua [mailto:[EMAIL PROTECTED] Envoyé : mercredi 17 octobre 2007 11:09 À : Struts Users Mailing List Objet : Struts 2 + tiles + displaytag export = firefox hang

Re: Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread Giovanni Azua
hi Leonard, Many thanks for your help. Since I use tiles, it is the main difference I think. I have a template layout and actual page that looks as shown below. Thanks again. best regards, Giovanni * Tiles LAYOUT * %@ taglib

RE: Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread LEONARD Julien (Consulting for ACCOR Hotels)
Mailing List Objet : Re: Struts 2 + tiles + displaytag export = firefox hang or exception hi Leonard, Many thanks for your help. Since I use tiles, it is the main difference I think. I have a template layout and actual page that looks as shown below. Thanks again. best regards, Giovanni

Re: Struts 2 + tiles + displaytag export = firefox hang or exception

2007-10-17 Thread Giovanni Azua
hi Leonard, Tried your advice and it does not solve the problem ... :( regards, Giovanni I see two things that can flush the response. s:head theme=ajax/ And jsp:include page=menu.jsp / I think that you should try to include menu.jsp with tiles.