[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui ...

Gavin King gavin.king at jboss.com
Mon Jun 11 02:26:24 EDT 2007


  User: gavin   
  Date: 07/06/11 02:26:24

  Modified:    src/ui/org/jboss/seam/ui  UIDecorate.java
  Log:
  JBSEAM-1298
  
  Revision  Changes    Path
  1.16      +1 -0      jboss-seam/src/ui/org/jboss/seam/ui/UIDecorate.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIDecorate.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/UIDecorate.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- UIDecorate.java	20 Mar 2007 03:41:50 -0000	1.15
  +++ UIDecorate.java	11 Jun 2007 06:26:24 -0000	1.16
  @@ -36,6 +36,7 @@
         if ( component instanceof EditableValueHolder )
         {
            if ( ! ( (EditableValueHolder) component ).isValid() ) return true;
  +         if ( context.getMessages( component.getClientId(context) ).hasNext() ) return true;
         }
   
         for (Object child: component.getChildren())
  
  
  



More information about the jboss-cvs-commits mailing list