Re: [Trinidad] tr:table cannot change columns between request and response

2007-04-19 Thread Renzo Tomaselli
Well, the issue seems located in UICollection.java, line #1102. Current column stampState is retrieved using row key and column position as a stampId. This matches a wrong status, since its contents do not match children count of the actual column at that position. The UI table component seems

Trinidad and Portletjsr168

2007-04-19 Thread Khaled TLILI
Hi, I am developping a portletJSR168 and I want to use the treeTable component. Is Trinidad compliant with portletJSR168? if yes, is there an example of portlet using trinidad? Wich jsf bridge to use (org.apache.portals.bridges.jsf.FacesPortlet or

[Trinidad[] tr:selectOrderShuttle does not preseve selected order

2007-04-19 Thread Renzo Tomaselli
Hi, I noticed a bug in tr:selectOrderShuttle usage: when I provide a selected list value through the value attribute, the appearing order in the right container is the matching order within the selectable list, not the passed one. Order is lost. If selectable items are one, two, three, and

Chart and dynamic updates

2007-04-19 Thread Geetha Rodricks
Hi I was interested in using the Trinidad-chart component. Currently we are using the cewolf and we have used the chart inside an iframe and we refresh the iframe to update every few seconds to display dynamic data. We are using the other components in Trinidad and was interested in using the

Re: Subform Validation

2007-04-19 Thread Mike Kienenberger
To do this with the Tomahawk subForm, you'd use actionFor=subFormA and you'd give the SubForm for A an id of subFormA. I think the same method works for Trinidad, but the attribute name for tr:commandButton might be different. On 4/19/07, D. Cardon [EMAIL PROTECTED] wrote: Hi, I have two

Re: Subform Validation

2007-04-19 Thread D. Cardon
Hmm. That seems like a really good way to handle this, but I looked through all of the documentation on tr:commandButton and couldn't find anything like that. Maybe trinidad doesn't support this? --- Mike Kienenberger [EMAIL PROTECTED] wrote: To do this with the Tomahawk subForm, you'd use