java+The page cannot be refreshed without resending the information message in jsp
Tunc Ozbilgen
Greenhorn
Joined: Jul 03, 2001
Posts: 4
posted
0
Hi, I have got a main.jsp.There are some links in main jsp when you ticked the links pop-up pages opening.When you finish your job and close the pop-up page,I use location.reload() to reload the main page at this time I get the "The page cannot be refreshed without resending the information message.Click...." I think the reason is the hidden values. Buy I must use this values How can I beat this message.Thank You..
Dave Vick
Ranch Hand
Joined: May 10, 2001
Posts: 3244
posted
0
Normally, you get that warning when the page your refreshing was navigated to by the post method from another page. If you can change it to a get the message will go away. Another alternative would be to just use javascript to fill in the values on the parent page without making a round trip to the server.
Dave
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: java+The page cannot be refreshed without resending the information message in jsp