Grid style layout using Datagrid taglib...

2005-04-18 Thread Siva Yenneti
Hi, Has anyone used the DataGrid taglib to create a table of results in a grid layout format but not in a simple tabular format. I am searching for images in a table and I am looking for a search results style in a grid layout. Please check this to see grid layout (click search in the page for re

RE: Setting page size dynamically in datagrid paging...

2005-04-13 Thread Siva Yenneti
ot;pageSize", new Integer > (pageSize)); > > after defining the pageSize. > > Regards, > > Néstor Boscán > > -Mensaje original- > De: Siva Yenneti [mailto:[EMAIL PROTECTED] > Enviado el: Wednesday, April 13, 2005 3:35 PM > Para: taglibs-user@j

Setting page size dynamically in datagrid paging...

2005-04-13 Thread Siva Yenneti
Hi, I am tring to use a variable for *pageSize* to work in the *paging* attribute of the datagrid but can't get it to work. I am attaching my code for your perusal. Could you please see where I am doing wrong in the code? I declared a scope variable -- int pageSize = 2; which I used in It