[TRINIDAD] CoreTable.setValueExpression(CoreTable.VAR_KEY,...) is not working as expected.

2011-06-01 Thread Paul Spencer
Trinidad v2.0.0 I am creating a table in Java and saving as the managed bean #{dynamicTable}. Setting the "Value" property is working, by the "Var" does not. I know this because table displays a number of blank rows that matches the number of objects in #{dataRows}. The tag used to display

Re: [Tobago] PageRendererBase warning

2011-06-01 Thread Helmut Swaczinna
Hi Hani, I'm still not able to reproduce it with your code and FF 3.6.17. What exactly do you mean with "by selecting the same items to performe an action"? Regards, Helmut Am 01.06.2011 13:07, schrieb Abushammala, Hani (EXTERN: conceptQ): Hi Helmut, I`ve got this warning with FF 4.0.1 and

AW: [Tobago] PageRendererBase warning

2011-06-01 Thread Abushammala, Hani (EXTERN: conceptQ)
Hi Helmut, I`ve got this warning with FF 4.0.1 and 3.6.17. Regards, Hani -Ursprüngliche Nachricht- Von: Helmut Swaczinna [mailto:myfa...@wlp-systems.de] Gesendet: Mittwoch, 1. Juni 2011 12:49 An: MyFaces Discussion Betreff: Re: [Tobago] PageRendererBase warning Hi Hani, with which bro

Re: [Tobago] PageRendererBase warning

2011-06-01 Thread Helmut Swaczinna
Hi Hani, with which browser version do you get this warning exactly? Only with FF 4.0.1? Regards, Helmut Am 01.06.2011 12:07, schrieb Abushammala, Hani (EXTERN: conceptQ): Hi, We could reproduce the warning by selecting the same items to performe an action. Test page: <%@ taglib uri="http

AW: [Tobago] PageRendererBase warning

2011-06-01 Thread Abushammala, Hani (EXTERN: conceptQ)
Hi, We could reproduce the warning by selecting the same items to performe an action. Test page: <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> <%@ taglib uri="http://myfaces.apache.org/tobago/component"; prefix="tc"%>

Re: [tobago] rowIndex is less than -1

2011-06-01 Thread Volker Weber
Hi Michael, you should not change the value of a component outside of the InvokeApplicationPhase, or exactly only between end of UpdateModelValues and begin of RenderResponse! The valueBinding should not fetch the value from the backend (DB or whatever). You should hold a copy of your list in the