| Author |
No getter method for property
|
Dave Jamz
Greenhorn
Joined: Sep 29, 2012
Posts: 8
|
|
Hi I am trying to use struts to get a bean to my jsp code the bean I am using in my jsp page is: <bean:write name="unitForm" property="testData.team.type" /> but whenever I run the jsp I am receiving No getter method for property: "testData.team.type" of bean: "unitForm". I am trying to write baseball to my jsp page.
the code for my action form is:
testing data class has:
and finally in my sport class:
|
 |
 |
|
|
subject: No getter method for property
|
|
|