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

Peter Muir peter at bleepbleep.org.uk
Tue Apr 3 14:54:29 EDT 2007


  User: pmuir   
  Date: 07/04/03 14:54:29

  Modified:    src/ui/org/jboss/seam/ui  UIFormattedText.java
  Log:
  Get rid of warning message printed on console by (at least) myfaces
  
  Revision  Changes    Path
  1.7       +6 -0      jboss-seam/src/ui/org/jboss/seam/ui/UIFormattedText.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIFormattedText.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/UIFormattedText.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- UIFormattedText.java	2 Apr 2007 18:23:12 -0000	1.6
  +++ UIFormattedText.java	3 Apr 2007 18:54:29 -0000	1.7
  @@ -46,4 +46,10 @@
           throws IOException
       {
       }
  +    
  +    @Override
  +   public String getRendererType()
  +   {
  +      return null;
  +   }
   }
  
  
  



More information about the jboss-cvs-commits mailing list