well, now i want to explain whole of my problems scenario
at the start of my project, there are two jsp's and in which one of them is to prompt for the registration of candidates and another one is to display the feedback of that registration.
moreover, i have designed the registration jsp by embedding applets in it as gui and now i want that, after filling all the reqired fields when user clicks the submit button then he must get the feedback of what all he has entered.
now i am planing this accomplishment as firstly
1. i should post all datas to a servlet from registration jsp in the form of objects and then 2. after converting these to string datas ,redirect all these to feedback jsp. am i going in a right way?