I was currious about this awhile back and dug through the souce code. The Treebuilder version of the sitemap uses a RedirectToURINode object to handle the <redirect-to/> statement. It contains this line:
PipelinesNode.getRedirector(env).redirect(this.keepSession,resolvedURI); Here, this.keepSession is the boolean set in session attribute of <redirect-to/> and resolvedURI is the value in the uri attribute after having any {...} variables resolved. The sessionMode variable is particularly poorly documented and, if true, simply means that the session id will be appended to the URI. Regards, Sterling On Thu, 2002-08-01 at 10:47, Justin Fagnani-Bell wrote: > Is there any documentation on how to use either the Redirector passed to > Action.act() or the sitemap <map:redirect-to> tag? I've used redirect-to > successfully but I would still like some documentation to make sure I'm > doing things correctly. I can't find anything in the cocoon docs and the > api docs don't say much. > > I'd also like to use the Redirector object in Action, and I assume it > works the same (or that the class implementing the tag is a Redirector), > but I'd like to know more. What does sessionmode do? > > Any suggestions? > > Thanks, > Justin > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > > -- <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> <>< ><> Andrew Sterling Hanenkamp http://Andrew.Sterling.Hanenkamp.com/ [EMAIL PROTECTED] / [EMAIL PROTECTED] Friends, there comes a time in every man's life where he has to look the potato of injustice right in the eye. -- Michael Richards, UHF --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>