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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Feb 8 04:35:59 EST 2007


  User: sbryzak2
  Date: 07/02/08 04:35:59

  Modified:    src/ui/org/jboss/seam/ui  UIFormattedText.java
  Log:
  fixed no renderer warning
  
  Revision  Changes    Path
  1.4       +9 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- UIFormattedText.java	26 Jan 2007 16:04:37 -0000	1.3
  +++ UIFormattedText.java	8 Feb 2007 09:35:59 -0000	1.4
  @@ -12,7 +12,16 @@
   import antlr.ANTLRException;
   public class UIFormattedText extends UIOutput             
   {
  +   public static final String COMPONENT_TYPE   = "org.jboss.seam.ui.FormattedText";      
      public static final String COMPONENT_FAMILY = "org.jboss.seam.ui.FormattedText";
  +   
  +   public static final String DEFAULT_RENDERER_TYPE = null;
  +   
  +   public UIFormattedText()
  +   {
  +      setRendererType(DEFAULT_RENDERER_TYPE);
  +   }
  +   
      @Override
      public String getFamily()
      {
  
  
  



More information about the jboss-cvs-commits mailing list