|
|
Hi all,
I am using mysql as my database for ofBiz, but now I need to add a new column in one of my table and this should reflect in my ofBiz screen also. How would this possible?
when I add new column in the xml file it shows the following error
org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error rendering form, a field has no FieldInfo, ie no sub-element for the type of field for field named: longDescription (Error rendering form, a field has no FieldInfo, ie no sub-element for the type of field for field named: longDescription)
|