Two Laptop Bag
The moose likes JSF and the fly likes url not showing proper Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "url not showing proper" Watch "url not showing proper" New topic
Author

url not showing proper

anandb joshi
Greenhorn

Joined: Aug 12, 2009
Posts: 1

when navigate from one page to another page the url in address bar not showing properly .
(we are using frameset , is this reason for it)
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Howdy greenhorn.

What exactly do you mean by 'not showing properly?' Do you have an example? How should it look? What does it look like now?

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14572
    
    7

JSF is not like traditional webapps. The URLs generated by Postback operations are more like sessionID's than they are absolute page locators and they should be considered totally unpredictable.

If you want a bookmarkable URL, check out PrettyFaces. Otherwise, it will probably be JSF 2.0 before URLs become first-class objects in JSF.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: url not showing proper
 
Similar Threads
how certifications are important
sendRedirect method
RequestDispatcher display the servlet URL, not the jsp
Java mail problem in IE
Problem with Image display in JSP