I have one
jsp page "ReportParent.jsp", which contains number of data fields,one submit button and following 3 radio buttons.
- Detail Report
- Summary Report
- Average Report
User will select any one radio button and will press the submit button.
I have to write one controller jsp page which will take the all input data from the "ReportParent.jsp" and depends upon the selected radio button forword all the data to the respective jsp page.
Does anybody will guide me for how to write this middle controller jsp page.
Thanks in advance!