Hi All..
I am new to
struts and having a problem with IndexId attribute of iterate..
I have to edit the marks of courses of some students..
so first i have to display the marks and courses and then submit new marks..
----my
jsp code(editMarks.jsp)--------
---------my Form Bean(StudentMarksFrom.java)---------
------------my Action Form(StudentMarksAction.java)---------
-----Struts-confix.xml--------
I m getting an error "javax.servlet.ServletException: Exception thrown by getter for property course[0] of bean org.apache.struts.taglib.html.BEAN"
can anyone help me..
thanks in advance..