Hi All,
I am using 2 forms in a
Jsp page.
In First form I am listing system drive in one list box and on selecting the dirve i am displaying respective files or folders in another listbox.For this action i am not using post method in the first form.
In the second form i getting some values from the user and submitting the form for this i am using post method.
on submitting this page i should pass values to another jsp page from both forms.
When i enter values in the first form the values in second form gives null value.Can i retain the value of the first form when i am using second form.
can someone help me.
Thanks in advance.
Ramya