
Hi Friend,
In this JSP program i want display the previous input as well current inputs also. currently only current input i am able to display whenever i am trying to take new input it replaces old one. i want to store and display the previous input above and current below that.
Please help me out, Please reply,
Thank u very much......
***** Here is the code *******
<% int i=0; String str= request.getParameter("food"); if(request.getParameter("food")=="" ||request.getParameter("food")==null) { } else { out.println("* :"+ i +" *"+request.getParameter("food")+"");
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.