Re: Trinidad1.0.10: How to refresh a table after rowSelection

2008-12-24 Thread alex01130
Hi René thanks again for you help. I think, I do the same as you, but my page is not refreshing. Maybe I have a new ideas tomorrow:). Anyway marry christmas and a happy new year, Alex - Original Message - From: "René van Wijk" To: "MyFaces Discussion" Sent: Wednesday, December 24, 200

RE: Trinidad1.0.10: How to refresh a table after rowSelection

2008-12-24 Thread René van Wijk
Hi Alex, To specify a binding. In your backing bean you create a property with accessors, such as private CoreTable tableCustomer; public void setTableCustomer(CoreTable tableCustomer) { this.tableCustomer = tableCustomer; } public CoreTable getTableCustomer() { return tableCustomer; } T