3 Replies Last post: Aug 26, 2008 3:03 PM by Dmitry Pikhulya  
arno   2 posts since
Aug 21, 2008
Currently Being Moderated

Aug 21, 2008 5:08 PM

JavaScript Error TreeTable

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

Attachments:
Dmitry Pikhulya TeamDev Ltd. 161 posts since
Jan 5, 2007
Currently Being Moderated
1. Aug 21, 2008 6:23 PM in response to: arno
Re: JavaScript Error TreeTable

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

Dmitry Pikhulya TeamDev Ltd. 161 posts since
Jan 5, 2007
Currently Being Moderated
3. Aug 26, 2008 3:03 PM in response to: arno
Re: JavaScript Error TreeTable

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

More Like This

  • Retrieving data ...