This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Struts: No getter method for property: Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts: No getter method for property: "check" of bean: "teamPlayers" problem" Watch "Struts: No getter method for property: "check" of bean: "teamPlayers" problem" New topic
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.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts: No getter method for property: "check" of bean: "teamPlayers" problem
 
Similar Threads
how to populate formbean property using html:checkbox values
Struts: No getter method for property name problem
Cannot find bean in any scope - Problems
Struts- Error while java.lang.IllegalArgumentException: setAttribute: name parameter cannot be null.
No getter method for property - Problem