Dear ALL,
Suppose I have a
jsp page which contains three radio buttons.Let say three fields are .ALL .NSE .BSE
When i click the link of jsp page the default of ALL(.ALL radio button) data mapped with servletpage will displayed automatically.
After click the jsp page link,also the user can choose the radio button(Either .ALL/.BSE/.NSE ) and click the submit button
respective data ((Either .ALL/.BSE/.NSE ) mapped with sevletpage and getting displayed.
I dont have facing any problem when i click submit button i will get the data according the radio button i choose.
But i am facing poroblem how automatically the .ALL radio button data(Which must connect to
servlet for retrive data from database) will displayed when i click the jsp page link.
Thanks a lot in Advance.
Regards
Sumanta Panda