Now i want to display the forms for each addition,modification and deleteion in the index.jsp only but i dont want to use scriplets in my index.jsp.Can anyone suggest me the way how to implement this .
Now i want to display the forms for each addition,modification and deleteion in the index.jsp only
This is not very clear. If you just want to do some conditional work in your JSP on the basis of a request parameter, then use Struts Logic Tags or JSTL (mainly the Core JSTL Tags)...