Jörn Nettingsmeier wrote:


hi everyone!


what is the correct way to provide a "login" link in the live area that will allow visitors to view restricted content or have different menus displayed to them based on their ac rights?

i tried this url:

http://localhost:8888/unidue/live/notizen.html?lenya.usecase=ac.login

it displays a login window, but after i authenticate, i get this:

http://localhost:8888/unidue/live/notizen.htmlnull
               this is weird------------------^^^^

the body of that page says "The requested document '/notizen.html' with document-id '/notizen' does not exist."
the page does exist, it's the one i started from.

It looks like you have to append "&referrerQueryString=" to the login url to avoid 'null' being appended after you authenticate. This seems to work fine if you manually type it in, but if you hardcode that link as part of an xslt, I get this error msg:

The reference to entity "referrerQueryString" must end with the ';' delimiter.

So yeah.. that's as far as I've got. Any further ideas appreciated.

Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to