You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ul...@apache.org on 2010/05/21 11:21:36 UTC

svn commit: r946941 - /tapestry/tapestry5/branches/5.1.0.x-dev/src/site/apt/guide/url-rewriting.apt

Author: uli
Date: Fri May 21 09:21:36 2010
New Revision: 946941

URL: http://svn.apache.org/viewvc?rev=946941&view=rev
Log:
fix URL rewriting documentation

Modified:
    tapestry/tapestry5/branches/5.1.0.x-dev/src/site/apt/guide/url-rewriting.apt

Modified: tapestry/tapestry5/branches/5.1.0.x-dev/src/site/apt/guide/url-rewriting.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.1.0.x-dev/src/site/apt/guide/url-rewriting.apt?rev=946941&r1=946940&r2=946941&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.1.0.x-dev/src/site/apt/guide/url-rewriting.apt (original)
+++ tapestry/tapestry5/branches/5.1.0.x-dev/src/site/apt/guide/url-rewriting.apt Fri May 21 09:21:36 2010
@@ -59,6 +59,7 @@ public static void contributeURLRewriter
         
     };
     
+    configuration.add("myrule", rule);
 }
 
 +-----------------------------------------------------------------------+