Hi, yes, I got all the checked values using d = request.getParameterValues("check"),while I print d it shows all the values.even i got all the values that delete only last one values.for example If i got the values anu dani jenny delete jenny alone.I can't delete other two values. I put my code here.
Hi, I am doing delete single and multiple rows in Database using checkbox. I got single row deletion.but i did not get multiple row deletion. please give solution.
If I use like the following method out.println(i + ": " + message[i].getFrom()[0]+ "\n" + message[i].getSubject() + "\n" + message[i].getContent()); I got the message Continuously.but i want to get every details and store it in one variable.Then pass that variable to database.
during the compile time I had no error, I got the error only at run time and this only one error. that is ERROR.....java.lang.ArrayIndexOutOfBoundsException: 1
Hi, Thanks a lot for your reply.now I can receive to,from ect... while receiving a single mail.but I got the following error ERROR.....java.lang.ArrayIndexOutOfBoundsException: 1 while i received multiple mails.
Hi, I am doing receive mail using javamail. I can receive date,from and subject(like message[i].getFrom(),message[i].getSubject()). can I receive to,cc,bcc and content. I need urgently,please help me. Thanks in Advance.