Hi,
i am new to struts...
i have the following in my jsp
<html:checkbox property="ad" value="a" />
follwing in my form bean
private String ad=null;
and also the getters & setters method.
but am geting the follwoing error
javax.servlet.jsp.JspException: No getter method for property ad of bean org.apache.struts.taglib.html.BEAN
i am new to struts...
i have the following in my jsp
<html:checkbox property="ad" value="a" />
follwing in my form bean
private String ad=null;
and also the getters & setters method.
but am geting the follwoing error
javax.servlet.jsp.JspException: No getter method for property ad of bean org.apache.struts.taglib.html.BEAN