Hi All,
If I have a two radio buttons.
<html:radio value="Red" property="Color" >Red</html:radio>
<html:radio value="Blue" property="Color" >Blue</html:radio>
How will I get the value which I clicked in Action form. I want to print out the value which I selected in console.
While I try to run the program. I am getting the following error message. Even though my action form has a getter and setter method.
[8/16/07 10:26:31:758 CDT] 56c1b1a9 WebGroup E SRVE0026E: [
Servlet Error]-[No getter method available for property Color for bean under name org.apache.struts.taglib.html.BEAN]: javax.servlet.jsp.JspException: No getter method available for property Color for bean under name org.apache.struts.taglib.html.BEAN