Regards,
Joerg
[EMAIL PROTECTED] wrote:
Hi, I want to avoid that in the "URL-bar" (the bar where you type in the URLs in the browser) certain "URLs" are displayed.For example: My sitemap: ... <map:pipelines> <map:pipeline> <map:match pattern=""> <map:redirect-to uri="login"/> </map:match> <map:match pattern="login"> <map:generate type="serverpages" src ="stylesheets/login.xsp"/> <map:serialize/> </map:match> <map:match pattern="interactive"> <map:generate type="serverpages" src="interactive.xsp"/> <map:transform src="interactive.xsl"/> <map:serialize/> </map:match> .... My aim is, that if I e.g. "<map:match pattern="interactive">" is called I don't have "http://localhost:8080/cocoon/example/interactive" standing in the URL-bar. Instead I want "http://localhost:8080/cocoon/example/" (or something else) standing there. How can I do that? Cheeers Jonny
--------------------------------------------------------------------- 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]>