Re: Perfomance problem with JSF

2007-09-28 Thread Mikael Andersson
preserveSort="true" renderedIfEmpty="false" > > rowOnMouseOver="mouseOverTable(this,'#9dcbe3')" > > rowOnMouseOut="mouseOutTable(this)" > > columnClasses="hleft porcen20, hleft por

Re: Perfomance problem with JSF

2007-09-27 Thread Angel Miralles Arevalo
didn't work. Pagination brokedown. - Mensaje original De: Richard Yee <[EMAIL PROTECTED]> Para: MyFaces Discussion Enviado: jueves, 27 de septiembre, 2007 14:14:07 Asunto: Re: Perfomance problem with JSF How are you using your LDAP ArrayList? Should you be using a Map inst

Re: Perfomance problem with JSF

2007-09-27 Thread Angel Miralles Arevalo
De: Richard Yee <[EMAIL PROTECTED]> Para: MyFaces Discussion Enviado: jueves, 27 de septiembre, 2007 14:14:07 Asunto: Re: Perfomance problem with JSF How are you using your LDAP ArrayList? Should you be using a Map instead? Is the getter/setter in a ManagedBean or somewhere else? Are you doin

RE: Perfomance problem with JSF

2007-09-27 Thread jkvandel
kind of things out of the box) Greets, Jan-Kees van Andel -Original Message- From: Richard Yee [mailto:[EMAIL PROTECTED] Sent: Thu 9/27/2007 2:14 PM To: MyFaces Discussion Subject: Re: Perfomance problem with JSF How are you using your LDAP ArrayList? Should you be using a Map instead

Re: Perfomance problem with JSF

2007-09-27 Thread Richard Yee
How are you using your LDAP ArrayList? Should you be using a Map instead? Is the getter/setter in a ManagedBean or somewhere else? Are you doing more in your getter than just returning an instance variable? Angel Miralles Arevalo wrote: Hi everybody, I have a perfomance problem with JSF. I have

Re: Perfomance problem with JSF

2007-09-27 Thread Adrian Mitev
When you load data from ldap cache it in the request, next time the getter is invoked check if this object exists in the request scope if it does, don't load it again. 2007/9/27, Angel Miralles Arevalo <[EMAIL PROTECTED]>: > > Hi everybody, I have a perfomance problem with JSF. I have a java arraL