Re: [java ee programming] JSP/Servlet

2010-01-04 Thread Dillan Fernando
You have not posted web.xml. But from what I can see, the following are possible causes; resultEdit.jsp - You need to give the servlet name and not the java file name (what you have given in your web.xml) ResultEdit.java - String action = request.getParameter("do"); You have passed "do" to th

[java ee programming] JSP/Servlet

2010-01-04 Thread Rafał Laczek
Hi Colleagues, I need your some help. In reference to my last e-mail I ask you to help me with test application. The idea is that after proper log in procedure the user will see the list with some sample states. Then there will be possibility to add, edit and delete the records. At this moment the

[java ee programming] Edit functionality in arraylist -JSP/Serwlet

2010-01-04 Thread Rafał Laczek
Hi, I try to extend my test application for Edit and Delete functionalities . At this moment I added ResultEdit serwlet and ResultEdit jsp. Unfortunately there are any errors as there is no possibility to edit data. Could you please have a look for this project. I send you complete project. Thank