0

When I start my webapp it shows correctly

https://myapp-anyone.rhcloud.com/index.jsf

Switching to login page or signup page does not change anything in the address bar, but then it always shows the recent address, never the current one. For example: From start I go to signup. Address bar: Same as above. Then from signup page I switch to login page. Address bar:

https://myapp-anyone.rhcloud.com/pages/signup.jsf

Then from login page I switch back to start page. Address bar:

https://myapp-anyone.rhcloud.com/pages/login.jsf

and so on. The links are like

<h:commandLink action="pages/login" ... />

What could be the reason for that, and how to show the "correct" address?

Martin
  • 239
  • 1
  • 15
  • Thank you for the hint of the possible duplicate. I will try the suggested solution from there. Question: What to do, when it IS a duplicate? Do I have to delete my post then? – Martin Apr 12 '16 at 14:51
  • 1
    @martin the help center has all the answers. http://stackoverflow.com/help/duplicates . In short: no, you don't need to delete it. But you are free to do so. – Gimby Apr 12 '16 at 15:02
  • In fact the answer of the other question helped. – Martin Apr 12 '16 at 15:12

0 Answers0