[jboss-cvs] jboss-seam/ui/src/main/config/component ...

Christian Bauer christian at hibernate.org
Wed Sep 26 05:31:52 EDT 2007


  User: cbauer  
  Date: 07/09/26 05:31:52

  Modified:    ui/src/main/config/component  formattedText.xml
  Log:
  Disabled default ANTLR parser error handler and log errors in UIFormattedText
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/ui/src/main/config/component/formattedText.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: formattedText.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/config/component/formattedText.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- formattedText.xml	4 Aug 2007 12:29:54 -0000	1.3
  +++ formattedText.xml	26 Sep 2007 09:31:52 -0000	1.4
  @@ -7,7 +7,7 @@
   		<classname>org.jboss.seam.ui.component.html.HtmlFormattedText</classname>
   		<superclass>org.jboss.seam.ui.component.UIFormattedText</superclass>
   		<description>
  -			<![CDATA[Output Seam Text.]]>
  +			<![CDATA[Output Seam Text. Parse errors generate WARN level log messages.]]>
   		</description>
   		<renderer generate="false" override="false">
   			<name>org.jboss.seam.ui.FormattedTextRenderer</name>
  
  
  



More information about the jboss-cvs-commits mailing list