DataTable with JSF and actionlistener

DataTable with JSF and actionlistener

ibanhoeibanhoe Posts: 1Questions: 0Answers: 0
edited August 2012 in General
Hi Forum

Im using DataTable in a JSF application.

One columns fo my datatable has two commandButton, one of them is form eliminate the record, and the other one is for edit the record, both button has an actionlistener tied to a backing bean.

If I run my page in firefox or ie9, the page run fine, but if i ran the page in ie8, the actionlistener is not executed, well, some times is executed and sometimes not.

Is there some consideration in order to use datatables in ie8?

If I code my datatable as only jsf the actionlisteners run fine...

Thanks

Replies

  • allanallan Posts: 63,541Questions: 1Answers: 10,476 Site admin
    > Is there some consideration in order to use datatables in ie8?

    No - DataTables should run just fine in IE8 (see the examples: http://datatables.net/examples/ ). The only thing I guess to consider, is that IE8's JS engine isn't particularly fast, so things can take a little longer than in other browsers...

    What does the browser's Javascript console say when you get the error condition?

    Allan
This discussion has been closed.