posted 11 years ago
Hi All,
I am trying to display list of names with checkboxes, and while doing so I am getting the following error
javax.servlet.ServletException: javax.servlet.jsp.JspException: No getter method for property: "check" of bean: "teamPlayers"
root cause
javax.servlet.jsp.JspException: No getter method for property: "check" of bean: "teamPlayers"
My homepage1.jsp contains the following link,
Action class,
Action Form,
TeamPlayers.jsp
struts-config.xml
I dont know where I have gone wrong. Read the old forums related to the same issue but could not rectify mine.
Please help me out..
Thanks.