1 Reply Latest reply on Nov 13, 2008 4:52 PM by dovfrankel

    Issue with Seam and ScrollableDataTable

      I want to use a scrollable data table in my page, and I'm having some problems. I'm pretty new at web development, and am using Seam with JBoss AS. When I use a rich:ScrollableDataTable in my XHTML file, the sorting doesn't work correctly (IE6, our reference platform here, reports a vague JavaScript error), and lazy loading hangs the app completely. I've basically included the source code at the following link verbatim: http://www.jboss.org/community/docs/DOC-11857. I fixed a couple of syntactical errors and added an @Name annotation to the bean, that's it. This is supposed to be the source to the reference implementation (http://livedemo.exadel.com/richfaces-demo/richfaces/scrollableDataTable.jsf?tab=usage), which works fine, but gives me the problems mentioned above. Any idea what could be breaking this?