Posted By:
Anonymous
Posted On:
Wednesday, February 2, 2011 04:49 AM
Dear Experts, Our requirement is like : The client chooses to enter the details of 10 customers in the First Jsp page , by selecting 10 in a dropdown list and clicks the Proceed button in the same JSP. The Second JSP ie. Customer Details Jsp is popped up and the client enters the details of the first customer. Then he clicks Next Button in that JSP. Clicking the Next Button in the Second JSP, will :- 1>Create a customer object to store the details and add the object to an arraylist , 2>Close the current Customer Details JSP and show a new one. This will repeat for 10 times and after the last customer details are entere
More>>
Dear Experts,
Our requirement is like :
The client chooses to enter the details of 10 customers in the First Jsp page , by selecting 10 in a dropdown list and clicks the Proceed button in the same JSP.
The Second JSP ie. Customer Details Jsp is popped up and the client enters the details of the first customer. Then he clicks Next Button in that JSP.
Clicking the Next Button in the Second JSP, will :-
1>Create a customer object to store the details and add the object to an arraylist ,
2>Close the current Customer Details JSP and show a new one.
This will repeat for 10 times and after the last customer details are entered , the Done Button in Customer Details JSP will take the control back to the First Calling Jsp.
How can we implement this logic in JSP ??
Thanks & Regards
Saswata Mandal.
<<Less