Getting error on rich panel
java.lang.NoSuchMethodException: org.richfaces.component.html.HtmlPanel.setReadOnly(boolean)
using richfaces 3.3.0 and jsf 1.2. Checked the latest version of richfaces also but the method is not found in it.
Getting error on rich panel
java.lang.NoSuchMethodException: org.richfaces.component.html.HtmlPanel.setReadOnly(boolean)
using richfaces 3.3.0 and jsf 1.2. Checked the latest version of richfaces also but the method is not found in it.
It is possible that you are using readonly="true" on rich:panel tag but readonly attribute is not available for rich:panel. More details on available attributes is here