Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Eclipse

...

The same procedure can be followed for changing the UI label elements.

Anchor
creatingViewEntityUsingEntityViewEntity
creatingViewEntityUsingEntityViewEntity
A tip from Amitava Neogi

Note on creating a view-entity using entity or view-entity from other components

If you need to use an entity or view-entity from other components to construct a view-entity, be cautious on how the sequence of the components are loaded. This is because the view-entity will be loaded when you start OFBiz, and if the component entity xml is loaded AFTER your component, your view-entity would not be able to pick up the relevant information from the other component.

Therefore it is important to make sure that if you're using entities from other component, make sure they are loaded BEFORE your component.

A tip from Amitava Neogi