[jQuery] [jQuery.TreeView] in Castle MonoRail

[jQuery] [jQuery.TreeView] in Castle MonoRail


I'm trying to use jQuery and the jQuery plug-in. Now when I also have
installed the Scriptaculous scripts (of MonoRail) I encounter a
problem which I cannot explain...
When trying to display (a basic) tree I encounter the following java
script error:
a.parentNode has no properties (jQuery.js line 1390)
"last-child": function(a){return jQuery.nth(a.parentNode.lastChild,
1,"previou...
Note that I
- use jQuery 1.2.6
- tried to consider what is told in the chapter "Using jQuery with
Other Libraries"...
Anybody has had the same problems? Any suggestions how to solve it?