You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/09/01 18:19:31 UTC

svn commit: r571815 - /myfaces/tobago/trunk/src/docbook/tobago-tutorial.xml

Author: bommel
Date: Sat Sep  1 09:19:29 2007
New Revision: 571815

URL: http://svn.apache.org/viewvc?rev=571815&view=rev
Log:
RendererBase -> LayoutableRendererBase

Modified:
    myfaces/tobago/trunk/src/docbook/tobago-tutorial.xml

Modified: myfaces/tobago/trunk/src/docbook/tobago-tutorial.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/docbook/tobago-tutorial.xml?rev=571815&r1=571814&r2=571815&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/docbook/tobago-tutorial.xml (original)
+++ myfaces/tobago/trunk/src/docbook/tobago-tutorial.xml Sat Sep  1 09:19:29 2007
@@ -1131,7 +1131,7 @@
       <example><title>Renderer for the slider bar control</title>
       <programlisting>package org.apache.myfaces.tobago.renderkit.html.sandbox.standard.tag;
 
-public class InputNumberSliderRenderer extends RendererBase {
+public class InputNumberSliderRenderer extends LayoutableRendererBase {
 
   public void encodeEnd(FacesContext facesContext, UIComponent component)
       throws IOException {