• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Issue in URL rendering

 
Ranch Hand
Posts: 244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have one issue which I would like to discuss it with you. If you have faced such issue please let me know.


From the login page of my application, I am taken to dashboard page which has link for Bills. I click on the bills link and I am presented with bill search page. Now I copy paste the URL of the browser which is as follows:


http://10.210.7.238:7001/abcPortalWeb/abcPortal.portal?_nfpb=true&_pageLabel=bills


What must happen?

I should be taken to the login page and I should be able to login to the application and taken to the same page whose URL is pasted above.

What is happening?
I am taken to the login page but it is distorted. When I login I am taken to the dashboard. Ideally I should be taken to the same page whose URL is pasted.

Can anyone guide my way why it is happening?

Thanks in advance,
 
reply
    Bookmark Topic Watch Topic
  • New Topic