[jboss-user] [JBoss Seam] - Trinidad 1.2/Facelets incompatibility fixed

2007-08-15 Thread marcopan
If you are experiencing problems using Trinidad 1.2 with Facelets/Seam, please consider that an important issue has been solved. https://facelets.dev.java.net/issues/show_bug.cgi?id=239 I just downloaded from CVS the facelets source, build a new jsf-facelets.jar and some (I have not yet tried

[jboss-user] [JBoss Seam] - Re: Trinidad table binding

2007-08-13 Thread marcopan
Thanks for the answer. I'll avoid the binding, as you suggest, but it is not without a loss of elegance in the code. If you select many rows and use a listener you do a roundtrip for every selection (to save the keys of the selected rows somewhere) , while you actually need only the last

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-13 Thread marcopan
I had more or less the same problem in my application. I needed some not standard jars that must be available in the backing beans and I did not find a place where to put them in order to have them correctly deployed by the standard build.xml. After many tries, I put them manually in the

[jboss-user] [JBoss Seam] - Trinidad table binding

2007-08-12 Thread marcopan
I'm writing an application using a mix of Trinidad and RichFaces controls. I used the SeamDisc example in CVS for the setup and it's working. I'm using a tr:table with the following header: tr:table id=partyTypeList value=#{partyTypes.dataModel} |