problems in partial refresh

Hi everyone

In my jsp page(second page) ,I have 2 Radio buttons and I am getting some parameters from the previous jsp page(first page).

I have to refresh partially the second jsp page based on the click event of any radio buttons placed there.But when I refresh ,the parameters obtained from the first page becomes null.

I want to retain the parameters and hide some fileds(in second page) based on the Radio button selected.

Can anyone help me to solve this issue?

Thanks

-Jegan

[525 byte] By [jagan18a] at [2007-10-2 5:34:27]
# 1
send the parameters as hidden fields in the second jsp n forward it to the clientso that the fields of the old jsp could be retained along with the vslues of the paramenter of the second jsp. no need of any refreshor use cookies or sessions
ravichallapalli4javaa at 2007-7-16 1:45:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks for your tips and it worked well.
jagan18a at 2007-7-16 1:45:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...