| Author |
Struts: No getter method for property: "check" of bean: "teamPlayers" problem
|
Jaganathan Raja
Greenhorn
Joined: Jan 19, 2011
Posts: 2
|
|
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.
|
 |
Jaganathan Raja
Greenhorn
Joined: Jan 19, 2011
Posts: 2
|
|
Hi All,
I am able to see the content if I removed the following tag from TeamPlayers.jsp,
I am not able to list them with a checkbox in front.
I dont know where I have gone wrong.
Thanks.
|
 |
 |
|
|
subject: Struts: No getter method for property: "check" of bean: "teamPlayers" problem
|
|
|