RE: Paging Feature broken in Datagrid Taglib

2005-10-31 Thread Néstor Boscán
Hi Peter Are you using the requestPath to set the URL to the Struts Action like this: ui:dataGrid ... requestPath=action.do /ui:dataGrid Regards, Néstor Boscán Néstor Boscán - Gerente de Consultoría Teléfono Móvil: +58 416 6070610 Teléfono Oficina: +58 212 2399711 - +58 212 2398198

RE: Datagrid scrollbar position on refresh

2005-07-28 Thread Néstor Boscán
Hi Jackie Looks like you will have to get the DIV object generated by the datagrid tag. Then you will need to get the x and y position values of the DIV object so you can pass it to the refreshed page so it will set the x and y position. I hope this helps. Regards, Néstor Boscán -Mensaje

RE: Newbie to Datagrid Taglib

2005-07-15 Thread Néstor Boscán
Hi Kumar The datagrid tag works with the JSTL expression language. The items and var attributes works very much like the c:for / tag. In the items attribute you pass the Collection or Iterator or Array[] that you want to use in the datagrid. To do this you must put your object in the request,

RE: Datagrid Taglib

2005-04-08 Thread Néstor Boscán
, Néstor Boscán _ De: Leandro Garcia Herrera [mailto:[EMAIL PROTECTED] Enviado el: Monday, March 21, 2005 9:27 AM Para: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Asunto: Datagrid Taglib Hi Nestor! Good Morning!! Where can I find a good material over Datagrid Taglib?? I've just searched

RE: Datagrid problem

2005-02-24 Thread Néstor Boscán
Hi Maikel In the presente the datagrid tag only works with fixed columns not dynamic columns. Regards, Néstor Boscán _ De: Maikel Sibbald [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 24 de Febrero de 2005 10:19 a.m. Para: [EMAIL PROTECTED] Asunto: Datagrid problem If got

RE: DataGrid - How to set the page?

2005-02-11 Thread Néstor Boscán
}// input name=p_datagrid_datagrid1_order_index type=hidden value=c:out value=${orderIndex}// Regards, Néstor Boscán -Mensaje original- De: Joselito Viana Soares [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 11 de Febrero de 2005 08:42 a.m. Para: [EMAIL PROTECTED] Asunto: ENC: DataGrid - How

RE: Help - DataGrid x Internationalization

2005-01-12 Thread Néstor Boscán
/jsr052/. Regards, Néstor Boscán -Mensaje original- De: Joselito Viana Soares [mailto:[EMAIL PROTECTED] Enviado el: Martes, 11 de Enero de 2005 02:27 p.m. Para: taglibs-user@jakarta.apache.org Asunto: Help - DataGrid x Internationalization Hi, Does DataGrid support internationalization

RE: Value List Handler

2005-01-06 Thread Néstor Boscán
be the size of the subset of the ValueListHandler and the count value should be the total size of the collection. Regards, Néstor Boscán -Mensaje original- De: Andre Branco [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 06 de Enero de 2005 10:48 a.m. Para: Nestor. Boscan (E-mail) Asunto

RV: [datagrid] Cannot use EL in attribute items

2004-12-29 Thread Néstor Boscán
-Mensaje original- De: Néstor Boscán [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 29 de Diciembre de 2004 07:59 p.m. Para: 'Tag Libraries Users List'; '[EMAIL PROTECTED]' Asunto: RE: [datagrid] Cannot use EL in attribute items Hi Olaf You're doing everything right. The problem

RE: datagrid pagination

2004-12-20 Thread Néstor Boscán
. Regards, Néstor Boscán -Mensaje original- De: Andre Branco [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 20 de Diciembre de 2004 09:08 a.m. Para: Nestor. Boscan (E-mail) Asunto: datagrid pagination Hi Nestor! For some security reasons the project that I am doing and that use the datagrid it´s

RV: ResultSet

2004-12-07 Thread Néstor Boscán
class to create a Result object based on a ResultSet object. Hope this helps, Regards, Néstor Boscán -Mensaje original- De: Richard Hurst [mailto:[EMAIL PROTECTED] Enviado el: Domingo, 05 de Diciembre de 2004 06:55 a.m. Para: [EMAIL PROTECTED] Asunto: ResultSet Hi Is there anyway