Thank you Mike for answer me but this is not the problem my list is in 
session-scope. Let me show you how I get the result list:

<managed-bean>
<description>Manejador para la creacion del arbol de autorizacion de 
usuarios</description>
<managed-bean-name>authorizationTreeHandler</managed-bean-name>
<managed-bean-class>
es.juntadeandalucia.servicedesk.view.bean.AuthorizationTreeHandler
</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>serviceLocator</property-name>
<value>#{serviceLocatorBean}</value>
</managed-property>
</managed-bean>

This is the managed-bean where a obtain my list from database, and I pass it to 
another managed-bean as:

<managed-property>
<property-name>lstUsuarios</property-name>
<value>#{sessionScope.lstUsuarios}</value>
</managed-property>

I don't know what's happening but sometimes when I click the last page buttom 
it shows some results but the paging is lost.

Thank you very much for helping me, I'm new in JSF and I have to learn a lot. I 
hope people this mailing list introduce me in JSF...




----- Mensaje original ----
De: Mike Kienenberger <[EMAIL PROTECTED]>
Para: MyFaces Discussion <[email protected]>
Enviado: miércoles, 4 de abril, 2007 0:42:21
Asunto: Re: datatable paging problem!


Having two datascrollers shouldn't matter.

Probably the error is because
#{authorizationResultListBean.lstUsuarios} is request-scoped and the
list no longer exists once you render the page.


                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com

Reply via email to