This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
If I just redirect my JSP to servlet what does the servlet execute? doGet or doPost? Thanks.
Brian Smith
Ranch Hand
Joined: Oct 26, 2002
Posts: 232
posted
0
i believe it should execute doGet unless you explicitly specify doPost. others might want to comment if i am wrong.
Tim Baker
Ranch Hand
Joined: Oct 04, 2003
Posts: 541
posted
0
doGet is default, or should be, unless you have a very wierd and strange browser.
Kim Jong II (North Korea's Dear Leader) said:Nuclear weapons don't kill people, people kill people.
Nelson Nadal
Ranch Hand
Joined: Jun 06, 2002
Posts: 169
posted
0
I just issue a request.sendRedirect(req,res) command. I don't know how can I send it by POST or GET, I only know that it can pass its request attributes automatically.
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.