Hi to all Ranchers.
Can anyone please help me in this problem.I am trying to render a
jsp page with list of users,after deleting user .So from list page on jsp i am performing delete action and then trying to redirect on list action .
It successfully delete user from database.but i cant get the list page.
I am sending you struts.xml.
Please help me out.
struts.xml
from Liststudent.jsp i am deleteing the user and then once user is deleted trying to render page on the same Liststudent.jsp
there isnt any error.
in the address bar i am getting
http://localhost:9091/smallProject/# with list of all jsp page which are in my webroot directory.
Thank you for help in Advance