| Issue 360: | Interface issues | |
| 1 person starred this issue and may be notified of changes. | Back to list |
got thebelow error when i was implementing jmesa at this line
TableFacade tableFacade = TableFacadeFactory.createPortletTableFacade("hi", request);
tableFacade.setColumnProperties("accountno","housecode", "housename");
06:54:55,418 ERROR [jsp:52] java.lang.IncompatibleClassChangeError: Found interface org.jmesa.facade.TableFacade, but class was expected
|