I originaly posted this to the tacos-dev but looks like the responses are
better over here :P
I've been using the Tree component and noticed the following in my log file:
findChildren("myPage");
hasChildren("myPage");
hasChildren("myPage");
(This is for my ITreeContentProvider implementation)
So basically for every node in my hierarchy hasChildren() is being called twice
for the same page name. I also find it weird that it calls hasChildren() after
it already tried to find them? Before I go digging in the TACOS source code,
does anyone know if this is normal behavior?
I also have a problem with my contrib.:Table implementation calling
getRowCount() (ITableColumnModel implementation) multiple times per page
render, so maybe these 2 problems are related and my environment is hosed up.
Thanks.