ServletException in '/ecomm/itens/produto_detalhe.jsp': Unable to compile class for JSP:
An error occurred at line: 4 in the jsp file: /ecomm/itens/aviseme.jsp
The method getBycodRef(String) is undefined for the type Form
1: <%
2: if(CfgAdm.voAdm().isUsaAvise()){
3: Form oFD = new Form();
4: FormVO voFD = oFD.getBycodRef("AVISEME");
5: String strFD = oFD.getHtmlForm(voFD.getId());
6:
7: %>
Stacktrace: |