Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
   <entity entity-name="Example"
      package-name="org.ofbiz.example.example"
      title="Example Entity"
      default-resource-name="ExampleEntityLabels"
      >

...

Note

that the entitymodel element has a sub element <default-resource-name>

...

, as a reference like, title and description. it is meant for easy look-up of the labels location. the Actual use of the labels has to be put in the decorator of the widgets.

2) Create the resource file (if necessary)

...