Hello,
I try to use the Component q:treeTable with the attibute preloadedNodes="levelsPreloaded:1".
When I try to expand a tree table node, I get this message (as javascript alert):
ERROR: q__showAjaxProgressMessage: no message was registered The node does not expand.
The same Error occurs if I set the attribute preloadedNodes="none".
The component works without failure only if I use the q:treeTable with the attibute preloadedNodes="all".
Unfortunately our system works with a large data volume. In some cases the tree has about 5000 rows and 12 columns. In this case I get a java.lang.OutOfMemoryError: Java heap space, if I set preloadedNodes="all".
Here is my system configuration:
Tomcat 5.5.23
tomahawk-1.1.6
myfaces-api-1.2.3
Facelets 1.1.14
QuipuKit 1.5 , build.branch-1.x.3524
You can find web.xml and the xhtml-site as attachment.
I would be very grateful if somebody could help me, thank you!
Arno Mauel
Hello,
We have recently found and fixed an incompatibility problem between QuipuKit Ajax and MyFaces 1.2.3 (and 1.2.2). This fix will be included in QuipuKit 1.6. The problem that you mention might be due to this incompatibility issue. We'll send you the prerelease build via e-mail. Please try this build and let us know whether it fixes the problem.
Regards,
Dmitry
Hello Dmitry,
thanks for your quick help, but it doesn't work.
There is still a <<java.lang.OutOfMemoryError: Java heap space>> in cases with a large data volume and preloadedNodes="all".
When i set the attribute preloadedNodes="none" or preloadedNodes="levelsPreloaded:1", I still get the JavaScript Message (see Attachment).
Regards,
Arno
Hello Arno,
Sorry for the delay. The fixed version of QuipuKit was supposed to fix Ajax support (JavaScript error when preloadedNodes is set to "none" or "levelsPreloaded:1"). Unfortunately we can't reproduce this problem. Please send a simple WAR file where the problem can be reproduced. In addition, send us the HTML source of the page where this problem occurs. This can also help to diagnose the problem.
Regards,
Dmitry