| Author |
Bookmark
|
rakesh sugirtharaj
Ranch Hand
Joined: Dec 16, 2007
Posts: 151
|
|
|
Why is that i can do bookmarks only with GET and not with POST?
|
Cheers!
RSR
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
|
Request parameters are part of the URL in a GET, hence remembered. With a POST, the parameters are in the request body.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
rakesh sugirtharaj
Ranch Hand
Joined: Dec 16, 2007
Posts: 151
|
|
I am still not very clear. I read the following in a tutorial
JSF doesnt support GET and hence the result pages cannot be bookmarked
What does Result Pages mean? What are the pages got from a POST called?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
It means the page that is displayed in the browser as a result of that request being made. I'm going to move this to our JSF forum where someone, more knowledgeable in JSF can elaborate on how it supports get (or, if it doesn't, why not).
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Jan de Ruiter
Greenhorn
Joined: Jan 12, 2008
Posts: 12
|
|
|
What is this jsf forum you speak about? Can we have a look at it, or is it only for jsf developers?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
Originally posted by Jan de Ruiter: What is this jsf forum you speak about?
You just posted in it, so I'd say that you found it. (Ben moved the post from the Servlets forum to here.) [ January 26, 2008: Message edited by: Bear Bibeault ]
|
 |
 |
|
|
subject: Bookmark
|
|
|