AW: Lazy loading tree is crashed by fast clicking users

2008-03-25 Thread Martin Schlierf
An: MyFaces Discussion Betreff: Re: Lazy loading tree is crashed by fast clicking users How are you lazy loading the tree2. There is no built in support for it, so your problem is completely dependent on your implementation of it. On Thu, Mar 20, 2008 at 6:00 AM, Martin Schlierf [EMAIL PROTECTED

Re: Lazy loading tree is crashed by fast clicking users

2008-03-25 Thread Andrew Robinson
synchronized... -Ursprüngliche Nachricht- Von: Andrew Robinson [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 20. März 2008 16:27 An: MyFaces Discussion Betreff: Re: Lazy loading tree is crashed by fast clicking users How are you lazy loading the tree2. There is no built in support

AW: Lazy loading tree is crashed by fast clicking users

2008-03-25 Thread Martin Schlierf
the child nodes are all synchronized... -Ursprüngliche Nachricht- Von: Andrew Robinson [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 20. März 2008 16:27 An: MyFaces Discussion Betreff: Re: Lazy loading tree is crashed by fast clicking users How are you lazy loading the tree2

Re: Lazy loading tree is crashed by fast clicking users

2008-03-25 Thread Andrew Robinson
everything synchronized. -Ursprüngliche Nachricht- Von: Andrew Robinson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 25. März 2008 14:01 An: MyFaces Discussion Betreff: Re: Lazy loading tree is crashed by fast clicking users That didn't clarify anything at all. Please show us

AW: Lazy loading tree is crashed by fast clicking users

2008-03-25 Thread Martin Schlierf
Robinson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 25. März 2008 16:40 An: MyFaces Discussion Betreff: Re: Lazy loading tree is crashed by fast clicking users making everything synchronized will probably not help as the component and renderer are not thread safe and they interact with the model

Re: Lazy loading tree is crashed by fast clicking users

2008-03-25 Thread Andrew Robinson
] Gesendet: Dienstag, 25. März 2008 16:40 An: MyFaces Discussion Betreff: Re: Lazy loading tree is crashed by fast clicking users making everything synchronized will probably not help as the component and renderer are not thread safe and they interact with the model at different times. Just

AW: Lazy loading tree is crashed by fast clicking users

2008-03-25 Thread Martin Schlierf
: Dienstag, 25. März 2008 17:07 An: MyFaces Discussion Betreff: Re: Lazy loading tree is crashed by fast clicking users I personally do not. I would recommend a search of the archives for double click as that has the same issue (user double clicking a command button for example) -Andrew On Tue, Mar 25

Lazy loading tree is crashed by fast clicking users

2008-03-20 Thread Martin Schlierf
Hi, I'm facing problems with a lazy loading Tree2. My nodes load data from the file system to get its children in the tree. This takes some seconds to load. For example the user gets the root node which has 5 child nodes. If the user clicks on all 5 plus signs to open the nodes the renderer

Re: Lazy loading tree is crashed by fast clicking users

2008-03-20 Thread Andrew Robinson
How are you lazy loading the tree2. There is no built in support for it, so your problem is completely dependent on your implementation of it. On Thu, Mar 20, 2008 at 6:00 AM, Martin Schlierf [EMAIL PROTECTED] wrote: Hi, I'm facing problems with a lazy loading Tree2. My nodes load data