RES: Display Tag, Tiles and Paging

2003-06-12 Thread Jose Euclides da Silva Junior - DATAPREVRJ
:[EMAIL PROTECTED] Enviada em: quarta-feira, 11 de junho de 2003 20:37 Para: Tomcat Users List Assunto: Re: Display Tag, Tiles and Paging Thanks for the info but I got it fixed. I just set the requestURI parameter to a global forward which points to the tag definition name which contains

Display Tag, Tiles and Paging

2003-06-11 Thread Mark F
I have an ArrayList that is a collection of JavaBeans containing three attributes id, name, ssn. It is working well with the display column like this: div display:table name=results width=45% pagesize=10 cellpadding=3 cellspacing=0 border=0 requestURI=/SearchForm.do summary=Table summary -

RE: Display Tag, Tiles and Paging

2003-06-11 Thread Raible, Matt
()+searchTerm%' scope=request pagesize=20 styleClass=list HTH, Matt -Original Message- From: Mark F [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 1:25 PM To: Tomcat Users List Subject: Display Tag, Tiles and Paging I have an ArrayList that is a collection of JavaBeans containing

RES: Display Tag, Tiles and Paging

2003-06-11 Thread Jose Euclides da Silva Junior - DATAPREVRJ
: 'Tomcat Users List' Assunto: RE: Display Tag, Tiles and Paging Here's what I do as a workaround for this. I'm sure you could easily enhance this to convert all your request parameters into a URL with name/value pairs. %@ include file=/common/taglibs.jsp% %@ page import

Re: Display Tag, Tiles and Paging

2003-06-11 Thread Mark F
was changed to requestURI=/results.do -Mark - Original Message - From: Jose Euclides da Silva Junior - DATAPREVRJ [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 4:02 PM Subject: RES: Display Tag, Tiles and Paging Hi, i have