Passing parameters to action-set

2002-10-09 Thread Robin Wyles
/ map:act set=nodePage map:parameter name=process value=home / /map:act map:generate type=file src=docs/home.xml / map:call resource=XHTML / /map:act /map:match [...] Thanks in advance, Robin Wyles

Sitemap wildcards

2002-10-09 Thread Robin Wyles
without having to set the parameter manually for each one. Thanks in advance, Robin Wyles - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

map:resource/ and parameter prob in 2.0.3

2002-10-09 Thread Robin Wyles
/ /map:resource [..] map:match pattern=* map:call resource={1}/ /map:match [..] Thanks in advance, Robin Wyles - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org

Saving/Retrieving Session or Request parameters in sitemap

2002-03-06 Thread Robin Wyles
the sessionPropagatorAction, but how do I read it again? I also know I can read a request parameter using the RequestParamAction but how do I set a request parameter? I would like to do this within the sitemap rather than resorting to XSP if possible. Thanks in advance, Robin Wyles

Re: Saving/Retrieving Session or Request parameters in sitemap

2002-03-06 Thread Robin Wyles
PROTECTED] Subject: Re: Saving/Retrieving Session or Request parameters in sitemap Robin Wyles wrote: Hi All... I am new to Cocoon 2 and am currently prototyping a login/authentication routine. I am using SessionIsValidAction to check if the user is logged in, and if this fails