| 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
|
|
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.
|
 |
 |
|
|
subject: url not showing proper
|
|
|