new column (field) to table and ofBiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

new column (field) to table and ofBiz

Vikas
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)
Reply | Threaded
Open this post in threaded view
|

Re: new column (field) to table and ofBiz

Paul Piper
Hi Vikas,

it looks like a form-widget rendering error, rather than anything related to the table itself. So I would propose to look into the screen widget.

Regards,
Paul