Hi All,
I'm creating a strut application. In this User will click Sign In Link and will enter username/password and after that will be anle to see all the records from database along with Delete link at the end of each records.
But when I click record that record is not deleted. I found that the function in which delete query is mentioned is not being called at all But i am not able to find what is the problem / going wrong. I am not getting any error / Exception. But page goes blank when i click Delete link at end of a record.
Below is the codes.
struts-config.xml
============
userlist.jsp (This is the
JSP for displaying the records).
===================================
removeUser Function from LogonData Class
=============================
DeleteUserAction.java
===============
Please help me resolving problem related to delete function.
Thanks in Advance.