You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by Apache Wiki <wi...@apache.org> on 2005/06/21 10:11:39 UTC

[Cocoon Wiki] Update of "FAQs" by ThomasLutz

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by ThomasLutz:
http://wiki.apache.org/cocoon/FAQs

------------------------------------------------------------------------------
  
  Note that this should be fixed in a future release, see [http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29381 bug 29381].
  
+ ==  Sitemap-FAQ - Questions and Answers about the sitemap ==
+ 
+ === Q: How to access request parameters in the sitemap ? ===
+ 
+ Use a map:parameter tag:
+ 
+ {{{
+ <map:parameter name="foo" value="{request-param:foo}"/>
+ }}}
+