I had the same exact issue and I used both value and binding. My issue got resolved by setting the managed bean in session scope which was in request scope earlier.
Rafa Pérez wrote: > > I agree Richard. Use value or binding not both. If you can use any kind of > conversational framework like Spring, Seam or Orchestra, then value is the > best option. It allows you to save page state between request without much > effort. > > -- View this message in context: http://www.nabble.com/Table%27s-data-not-displayed-upon-setting-%22binding%22-attribute-with-tr%3Atable-tp24700023p24779514.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

