You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2007/08/09 13:09:25 UTC

[Myfaces Wiki] Update of "Trinidad And Seam" by StephenFriedrich

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by StephenFriedrich:
http://wiki.apache.org/myfaces/Trinidad_And_Seam

------------------------------------------------------------------------------
  Generally speaking, Trinidad and Seam work together quite well. 
  However there are a couple of minor issues to consider
  
- * Seam's validateAll tag does not work
+ * Seam's validateAll works only with Seam 1.2.1 or later.
    See http://jira.jboss.org/jira/browse/JBSEAM-501
  
+ * Seam's integration of Hibernate validators does not work, if you are using Trinidad 1.2.x and Facelets.
+   That actually a bug in facelets:
+   See https://facelets.dev.java.net/issues/show_bug.cgi?id=239
+ 
  * Enhanced EL (parameter passing to action listener) does not work
+   (That issue may be solved. The new JBoss EL of Seam 1.2.1 should work fine. Have to check that.)
  
  * Trinidad dialogs and Seam conversations don't hook up together automatically.