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

2008-12-24 Thread alex01130
dnesday, December 24, 2008 9:20 AM Subject: RE: Trinidad1.0.10: How to refresh a table after rowSelection > Hi Alex, > > To specify a binding. In your backing bean you create a property with accessors, such as > > private CoreTable tableCustomer; > public void se

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

2008-12-24 Thread René van Wijk
Tue 12/23/2008 17:21 PM To: MyFaces Discussion Cc: Subject: Re: Trinidad1.0.10: How to refresh a table after rowSelection Dear René, the difference to your solution seems to me, that I have no binding defined. Would

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

2008-12-23 Thread alex01130
ot for you help, Alex - Original Message - From: "René van Wijk" To: "MyFaces Discussion" Sent: Tuesday, December 23, 2008 9:32 AM Subject: RE: Trinidad1.0.10: How to refresh a table after rowSelection > Hi Alex, > > Maybe the problem lies in the use of

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

2008-12-23 Thread René van Wijk
- Original Message - From: "René van Wijk" To: "MyFaces Discussion" Sent: Monday, December 22, 2008 9:18 AM Subject: RE: Trinidad1.0.10: How to refresh a table after rowSelection > Use an ID on the first

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

2008-12-22 Thread alex01130
t syntax" or so. Do you have any suggestions whats wrong? Thanks in advance Alex Georg - Original Message - From: "René van Wijk" To: "MyFaces Discussion" Sent: Monday, December 22, 2008 9:18 AM Subject: RE: Trinidad1.0.10: How to refresh a table after row

Trinidad1.0.10: How to refresh a table after rowSelection #2

2008-12-22 Thread alex01130
Dear René, thanks for your quick response. Unfortunally I can't get a refresh trying your advise. Maybe I made some mistake. My complete page is: <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%> <%@ taglib uri="http://myface

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

2008-12-22 Thread René van Wijk
Use an ID on the first and partialTriggers on the second, i.e. mailto:alex01...@hotmail.com] Sent: Fri 12/19/2008 19:58 PM To: users@myfaces.apache.org Cc: Subject: Trinidad1.0.10: How to refresh a table after rowSelection Hi, I have

Trinidad1.0.10: How to refresh a table after rowSelection

2008-12-20 Thread alex01130
Hi, I have a rather simple problem, but I don't how to fix it: I have 2 tables which are related and I need a refresh of the of the second one, if a user selects a row of the first :