[interchange-docs] xmldocs - racke modified refs/ActionMap

docs at icdevgroup.org docs at icdevgroup.org
Wed Sep 17 20:27:27 UTC 2008


User:      racke
Date:      2008-09-17 20:27:27 GMT
Modified:  refs     ActionMap
Log:
global ActionMap now behave the same in regards to their arguments

Revision  Changes    Path
1.11                 xmldocs/refs/ActionMap


rev 1.11, prev_rev 1.10
Index: ActionMap
===================================================================
RCS file: /var/cvs/xmldocs/refs/ActionMap,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ActionMap	11 Jul 2008 00:45:45 -0000	1.10
+++ ActionMap	17 Sep 2008 20:27:27 -0000	1.11
@@ -55,17 +55,13 @@
 HTTP requests in form of <literal>test/<replaceable>page</replaceable>/<replaceable>arguments</replaceable></literal>
 into actual page requests to <literal>page.html</literal> with optional <literal>arguments</literal>.
 </para><para>
-Note that, as hinted below, global-level actionmaps have the actionmap name
-already already stripped out of the URL.
 
 <programlisting><![CDATA[
 ActionMap test <<EOA
 sub {
   my $url = shift;
 
-  # Remove actionmap name from the URL (only needed for catalog-level
-  # actionmaps which do not receive the URL with actionmap name already
-  # removed)
+  # Remove actionmap name from the URL 
   $url =~ s:^test/+::i;
 
   # Arguments are optional







More information about the docs mailing list