Page 1 of 1

elTable.tBodies is undefined

Posted: 21 Jul 2010, 14:48
by brunoaranda
Anyone familiar with this javascript problem, please? I think I get it when there are dataTables in my page.

It comes from datasource-min.js (line 9)

Cheers,

Bruno

Re: elTable.tBodies is undefined

Posted: 21 Jul 2010, 15:07
by cagatay.civici
Hi Bruno,

This usually happens when datatable is placed inside a component that is not visible at page load.

This will be fixed in 2.2 which will introduce the new datatable.

Also check out;

http://cagataycivici.wordpress.com/2010 ... gear-ever/
;)

Re: elTable.tBodies is undefined

Posted: 21 Jul 2010, 15:12
by brunoaranda
Ah good thanks!

What a great shirt! Someone told me that this Primefaces player was quite good! ;)

Re: elTable.tBodies is undefined

Posted: 18 Nov 2010, 15:52
by rogerjose81
I've also the same problem.

Meanwhile, I'm thinking in putting a conditional statement (an "if") to validate that the object is not null before enter to the "for".

¿Any thoughts on this?