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

Gavin King gavin.king at jboss.com
Mon Oct 2 01:24:33 EDT 2006


  User: gavin   
  Date: 06/10/02 01:24:33

  Modified:    src/ui/org/jboss/seam/ui  UIDecorate.java
  Log:
  fix
  
  Revision  Changes    Path
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- UIDecorate.java	2 Oct 2006 01:28:00 -0000	1.4
  +++ UIDecorate.java	2 Oct 2006 05:24:33 -0000	1.5
  @@ -67,7 +67,7 @@
            }
            else if (child instanceof UIComponent)
            {
  -            String id = getInputId(component);
  +            String id = getInputId( (UIComponent) child );
               if (id!=null) return id;
            }
         }
  
  
  



More information about the jboss-cvs-commits mailing list