How to load a JSP without refreshing.

Hi there,

It is very urgent. i hope you people will help me to come out from this problem.

Consider i am having one jsp. Name isA.jsp.

In A.jsp i have used grid to select some records.

I have written one java script function to call one servlet.( Name is LLReportServlet.java)

In servlet i have to redirect to the same jsp ( i mean A.jsp)

While re directing to that jsp it got refreshed. But It should not happen.

Because i have to retain the grid values ( Selected values) once it come back to that Jsp.

Could you please tell me how to do this?

Thanks

Gurusamy

[636 byte] By [gurusamy10a] at [2007-11-27 5:54:53]
# 1
don't crosspost. http://forum.java.sun.com/thread.jspa?threadID=5178092
CeciNEstPasUnProgrammeura at 2007-7-12 15:49:48 > top of Java-index,Java Essentials,New To Java...
# 2
Store the grid data in the session scope so you can retrieve it when populating the page after redirect.
hunter9000a at 2007-7-12 15:49:48 > top of Java-index,Java Essentials,New To Java...
# 3
If you don wanna refresh ur screen thn Make ajax calls to server and update only gridsudhir http://www.jyog.com
Sudhir_nimavata at 2007-7-12 15:49:48 > top of Java-index,Java Essentials,New To Java...