My Controller Class name is "ControllerPreviewInvoice.java" , and I was getting data for my table columns from the class "FinalProduct"...which was defined in the controller class
Later I found out that FialProduct class should be public and defined separately like "FinalProduct.java"... I was using IntelliJ IDEA IDE, so it suggested…
Top comments (0)