Hi,

The demo site is working fine. It seems like there's an issue with the URL's
being generated in my application. For instance, the Logout will work if I
press the Logout button from the home page (screen shown just after
successful Login). But if I navigate to other pages in the application, the
links are corrupted I believe. Please see below for the example:

Scenario 1:

I have Login successfully and now I am on the home page which is configured
to be viewed after successful Login attempt. So far my link is: 

http://domainname/applicationName/home.html

I clicked the Logout button (without navigating to other pages) and system
signs me out. No problem.

Scenario 2:

I have Login successfully and now I am on the home page which is configured
to be viewed after successful Login attempt. So far my link is: 

http://domainname/applicationName/home.html

I clicked the Users link and system showed me the correct page with a list
of users currently registered in the system. But in this scenario, the URL
is messed up. It's showing:

http://domainname/applicationName/home.html#/applicationName/users.html

Looks like instead of replacing home.html with users.html it appended the
url to the previous one. So now if I click the Logout link, the URL becomes:

http://domainname/applicationName/home.html#/applicationName/logout.jsp

Has anyone seen this before. Your help will be much appreciated. Thanks in
advance.
-- 
View this message in context: 
http://appfuse.547863.n4.nabble.com/AppFuse-Light-2-1-0-M1-Logout-opens-Login-page-within-the-same-page-tp2309897p2311986.html
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to