hi,
i have a
jsp file which collects the students details.
when i click the submit button it should access a
java file which calculates the total and average and display it in another jsp file.
i don not want to view the java file. when submit is clicked on the first page it should directly go to another java page( to view)
can any one give me a small example code of the three files.
thanks in advance