HI,
I could able to login with different roles and navigate to subpages
Admin:
http://localhost:8080/shopcleaning/admin
Worker
http://localhost:8080/shopcleaning/worker
Able to navigate to sub-pages as well
http://localhost:8080/shopcleaning/admin/addnewUser
There is a Home-Page link in the header. When I click on it should be navigate to homepage. I am not getting how can i do it.
I have tried as below
However its navigating back to "http://localhost:8080/shopcleaning/admin/homepagesLink"
and getting
HTTP Status 404 - /shopcleaning/admin/homepagesLink
Can someone help-me out.
Thanks
Arunchandu