RE: URL-bar (the bar where you type in the URLs in the browser) question

2003-01-21 Thread Luca Morandini
Johannes,

I'm afraid this has nothing to do with Cocoon; anyway, an easy solution is the use of 
a frameset.
You can do all the URI calling within the frameset's frames: this way the displayed 
URI remains the same (I mean the original
frameset URI).

Regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 21, 2003 6:15 PM
 To: [EMAIL PROTECTED]
 Subject: URL-bar (the bar where you type in the URLs in the browser)
 question


 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]



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




Re: URL-bar (the bar where you type in the URLs in the browser)question

2003-01-21 Thread Joerg Heinicke
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]