on 2018 Apr 10 8:47 AM
I have created a list View tag in "backoffice-config.xml" of type orderEntry which exsists inside cusom "core" extension.I created a new renderer class extending "WidgetComponentRenderer" inside the same core extension but during build it throws compile time errors. It is throwing cannot resolve type errors in all the imports in that class. Although in the class its not showing any compile errors.
Request clarification before answering.
Hi ,
Please make sure that your class is in backoffice\src folder instead of just src. Backoffice extensions contains two source folders: src for all core level classes and backoffice\src for those that are related with Backoffice web application. In most case you will not put any classes in simply src folder - only for very specific requirements, there is a need to define a class on core level (i.e. Spring contex listeners).
Cheers, Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.