OK . It´s working well !!!! In table tag(displaytag) the requestURI parameter must be selected.
<dt:table name="alunos" export="true" excludedParams="*" pagesize="15" id="row" requestURI="alunoLista.action"> bla bla bla ..... </dt:table> Thanks Antonio Pedro Herrera Antonio Petrelli-3 wrote: > > 2007/7/24, Pedro Herrera <[EMAIL PROTECTED]>: >> >> >> Yes, I' am using Strus 2.0.9. I´m testing the new release. > > > I think I understood the problem. > Displaytag uses the latest *forward* to be used to create URLs to > manipulate > order, pages, etc. > In Struts 2.0.9/Tiles 2.0.4 a bug was fixed: > https://issues.apache.org/struts/browse/WW-1724 > Before the fix, the Tiles layout was included in the response, while, > after > the fix, the engine *forwards* to the layout page. Therefore, you will > have > the layout JSP in your URLs! > I think your only option is to override the URL in displaytag. > > Antonio > > -- View this message in context: http://www.nabble.com/Tiles-2.0.4-doesn%C2%B4t-work-with--displaytag-tf4135960.html#a11764557 Sent from the tiles users mailing list archive at Nabble.com.
