You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/11/20 23:34:25 UTC

svn commit: r477373 - in /tapestry/tapestry4/trunk: src/site/xdoc/components/general/insert.xml tapestry-framework/src/java/org/apache/tapestry/components/Insert.jwc

Author: jkuhnert
Date: Mon Nov 20 14:34:24 2006
New Revision: 477373

URL: http://svn.apache.org/viewvc?view=rev&rev=477373
Log:
Changed my mind about the default mode. Too expensive to have one at all rather than just printing the string.

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/components/Insert.jwc

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml?view=diff&rev=477373&r1=477372&r2=477373
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/insert.xml Mon Nov 20 14:34:24 2006
@@ -149,10 +149,7 @@
                             </a>
                         </td>
                         <td>no</td>
-                        <td>@org.apache
-                        .tapestry.
-                        components.
-                        InsertMode@BREAK</td>
+                        <td></td>
                         <td>
                             Controls how each line is rendered.
                             

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/components/Insert.jwc
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/components/Insert.jwc?view=diff&rev=477373&r1=477372&r2=477373
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/components/Insert.jwc (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/components/Insert.jwc Mon Nov 20 14:34:24 2006
@@ -49,7 +49,7 @@
     parameters bound.</description>
   </parameter>
   
-  <parameter name="mode" default-value="@org.apache.tapestry.components.InsertMode@BREAK">
+  <parameter name="mode">
     <description>
     Determines which mode to use: breaks after each line, or wrap each line
     as a paragraph.