[jboss-user] [JBoss Seam] - Re: datatable + binding + conversation problem

georges.goebel do-not-reply at jboss.com
Tue Feb 12 08:18:26 EST 2008


Hi,

Probably you forget to include the public getter and setter for the attribute : bindingDataTable in your sbd bean.

Furthermore you could also try the @DataModel annotation : f.ex 

@DataModel
private HtmlDataTable bindingDataTable = null;

Georges

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128734#4128734

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128734



More information about the jboss-user mailing list