Re: Possible Bug? - h:panelGrid styleClass not working in Firefox

2009-08-25 Thread Alan Gross
No. I never found a solution. I was finally using the style attribute. My problem was that this panelGrid is used on every page and I definitely didn't want to have the style attributes maintained on every single page. So I decided to create the panelGrid component dynamically in Java like this

Re: [Trinidad] Ensure Correctness of Data.

2009-08-25 Thread Matthias Wessendorf
On Mon, Aug 24, 2009 at 6:07 PM, Leon Dorflingle...@pepkorit.com wrote: We are developing our first Java project using Trinidad. We are trying to resolve, a seemingly simple problem we have encountered, but due to our lack of experience have not found the optimal solution. Our problem

RE: [Trinidad] Ensure Correctness of Data.

2009-08-25 Thread Leon Dorfling
Thanks, we have implemented the use of @Version. We have added this to a Timestamp column. It works fine for updates, however when deleting the row, a second user can update the row as it is still in his scope, the row is merged with Entity Manager and it re-inserts the row. I was hoping that this

[trinidad] navigationTree expand all

2009-08-25 Thread shhQuiet
I want my navigationTree to be displayed with everything disclosed. How do I do this? -- View this message in context: http://www.nabble.com/-trinidad--navigationTree-expand-all-tp25139031p25139031.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

[Trinidad] 1.0.11 release candidate - please test

2009-08-25 Thread Matthias Wessendorf
Hi folks, has been a while since the last 1.0.x release. After some initial issue I was able to get a _working_ build. While this ticket remains open (see [1]), I'd like to ask you to test the artifacts. I did an upload to here: http://people.apache.org/~matzew/trinidad1011/ My quick

Show/Hide component and perform operations

2009-08-25 Thread ganilb
Hi, In my MVC application, I am using Trinidad 1.2.1 and deploying to Tomcat 5.5.26 and here is my requirement: 1. Based on user's selection of the values in the Listboxes (Lot and Wafer), I need to display one of two tables (tr:table): either 'Existing Parameter Measurements' or 'Enter new

Re: [trinidad] navigationTree expand all

2009-08-25 Thread Mamallan Uthaman
Hi ShhQuiet, I think you can try doing it programmatically using disclosedRowKeys attribute. I mean something like below. tr:navigationTree ... disclosedRowKeys=#{bean.disclosed} And in your bean, RowKeySet returned by getDisclosed method should contain all rows. Thanks Mamallan shhQuiet

[trinidad] How to set all rows in Navigation Tree to be disclosed?

2009-08-25 Thread Steve Horne
Struggling here trying to make all rows in the navigation tree be in the disclosed state. I have looked at UIXTable.setDisclosedRowKeys(), but how do I build the RowKeySet to include all rows? Steve Horne shhqu...@me.com

how to detect if a request is a ajax submit or normal submit?

2009-08-25 Thread Dave
We use jsf ri, tomahawk and ajax4jsf.   For a request, on server side how to detect whether the request is a ajax submit or normal submit? Is there a HTTP header for this?  Thanks   Dave