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

----------------------------------------------------------------------------------------------------

This electronic message contains information from the mmo2 plc Group which
may be
privileged or confidential. The information is intended to be for the use
of the
individual(s) or entity named above. If you are not the intended recipient
be aware
that any disclosure, copying, distribution or use of the contents of this
information
is prohibited. If you have received this electronic message in error,
please notify
us by telephone or email (to the numbers or address above) immediately.




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