hi All I am getting following error while invoking JSP file ..
txtUserGroupCode of bean org.apache.struts.taglib.html.BEAN]:
javax.servlet.jsp.JspException: No getter method for property txtUserGroupCode of bean
org.apache.struts.taglib.html.BEAN
i have following code in the Action Clas... still i am getting the error please
Sugest solution for this...
public String getTxtUserGroupCode()
{
return this.txtusergroupcode ;
}
public void setTxtUserGroupCode(String s)
{
this.txtusergroupcode = s ;
}

