Hi
I am using JSF 1.1 and Infragistics 6.1 versions. I have a web tree with folders and files. Any folder may have sub folders and/or files.I need to re load the tree (filter the files), based on some conditions. I am using "treeNode.dataBind" on the root node to reload the tree.
When I collapse any expanded tree node, and reload the tree, I get an an exception . I tried to debug it, and found that error is occuring in the JSF render response phase. I found in the JSF site that, upon collapsing a tree node, the collapse event is not called immediately. So I am guessing that the server and client are not in sync about the particular node that is causing the error.
Can some one help me in solving this issue. Or is there a work around available.
Thanks,
portweld
Hi portweld,
I send you George Tachev's e-mail on private message.
Best regards,
Christo
Hi George,
I can't attach the zip file here.
Please give me your email id.
Thanks
Hi Portweld,
I couldn't see the attached file.
Could you attach it again or send it in email?
ThanksGeorge
Thanks for the immediate response.
I am attaching a zip file here that has the sample code. It is an myeclipse project. You need to build it and deploy it in app server (I have tried in tomcat & websphere).
please use ":/SFSample/loadTree">http://<host>:<port>/SFSample/loadTree" so that it loads the data.
Then in the left tree you can see some folders and queries. and also a select box. When you toggle the select box, the data in the tree changes. When you expand any folder and toggle it, no problem, it works fine.
When you collapse any expanded folder and then try to toggle the options the select box, then we get an Application Error.
We need to close the browser and open it again in a different browser to work with the application again.
I uploaded the "JSFSample.zip" with this post. But i can't find it in the preview.
If you have not received it, please let me know how can i send it you.
I cannot reproduce the problem with latest version for 2007.1.
If you send me example page and backing bean where you experience this problem I can verify it.
Thanks,George