I'll write in Spanish first and some kind of english translation then... Holas
Creo que el parámetro ese que dices d-457775-p no creo que sea util para nada de cara al programador. Lo que cuenta es que te envíe el criterio de búsqueda y el número de página cada vez que el usuario pincha en uno de los enlaces. Esto lo hará si pones sort= "extern" o algo así. Te recomiendo que mires los ejemplos de la página del displaytag. English now: I think that parameter d-457775-p won't help you in programatical tasks. I think that all you need it to do is to send you the search criteria and pagination information for each page request the user sends. You can achieve this by adding the sort="extern" (or the like) in the display:table attributes. I encourage you to read first the examples in the display:tag tutorials and references, they're really good. ^g^ Salú. ------------------------------ *Yayo* http://yayocaturas.blogspot.com [EMAIL PROTECTED] ------------------------------ On Wed, Oct 29, 2008 at 12:04 AM, Juanjo Cuadrado <[EMAIL PROTECTED]>wrote: > Hi, > > I have a Struts2 application and I'm using the display:table tag. > > My problem is that I want to change the param's name for paging (in my case > "d-457775-p") for another... How can I do it? > > I have seen the parameters (<display:property..) but... nothing. > > And another thing more... how to do for pass this param (paging) to another > action (Col1)? I have tried to put href="" in display:column (Col2), but it > not works. See my code and sorry for my English. > > <display:table name="vacantesList" > id="vacantesList" > pagesize="15" > > requestURI="one.action" > > <display:column > href="addPlantillaVacante.action" paramId="num_vac" paramProperty="num_vac" > title="Col1"> > <img > src="<%=request.getContextPath()%>/img/note_add.png"> > </display:column> > <display:column href="" > property="num_vac" title="Col2" /> > <display:column > property="cod_vac" title="Col3" /> > </display:table> > -- "Noli nothis permittere te terere" http://yayocaturas.blogspot.com/