You can use frames, where the outer frame has the URL "http://localhost:8080/cocoon/example/";. I don't think that there is another possibility, because this is browser specific and has nothing to do with Cocoon.

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]>

Reply via email to