You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Emmanuel Jay <em...@gmail.com> on 2005/08/26 16:08:17 UTC

rowOn... scripts not fired when creating datatable programmatically

Hi,

Have any of you seen any issue with setting the rowOnMouseOver, 
rowOnMouseOut... fields of a datatable programmatically. I am dynamically 
generating datatables, and the scripts do not seem to be triggered (they 
were triggered correctly when I was declaring and creating the datatable in 
the jsp). In my code I have:

dataTable.setRowOnMouseOver("this.style.backgroundColor='#FFFFB5'");

Emmanuel