[Seaside] Re: meaning full urls (address and links)

nova ant11.nova70 at gmx.de
Fri Oct 3 18:17:29 UTC 2014


> What are you trying to achieve here? In end-user terms, I mean.

I want that I have in the browser url area always a meaningful url that
can be bookmarked (once the session is gone, the link is still ok)

Also I want that (some selected) links have a meaningful url too (for
the same purpose). 

Here is what I get and what I want:


I get:

url: localhost:8081/Testurl/AAA
link1: localhost:8081/Testurl/AAA/AAA
link2: localhost:8081/Testurl/AAA/BBB

I want:

url: localhost:8081/Testurl/AAA
link1: localhost:8081/Testurl/AAA
link2: localhost:8081/Testurl/BBB


I get:

url: localhost:8081/Testurl/BBB
link1: localhost:8081/Testurl/BBB/AAA
link2: localhost:8081/Testurl/BBB/BBB

I want:

url: localhost:8081/Testurl/BBB
link1: localhost:8081/Testurl/AAA
link2: localhost:8081/Testurl/BBB

Hopes this makes my goal more clear.




More information about the seaside mailing list