Versions Compared

Key

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

...

Code Block
 <screen name="CommonPracticeDecorator">
      <section>
          <widgets>
              <decorator-screen name="main-decorator">
                  <decorator-             <decorator-section name="body">
                                     <decorator-section-include name="body"/>                     
                  <             </decorator-section>
              </decorator-screen>
          </widgets>
      </section>
</screen>

...

Step - 6 : Now change the controller.xml file so it points to the new screen, as we did earlier.
Now again run the application and see observe the results.

Tip
titleHint

If the output screen does not contain the menu as shown below, you will most likely need to change auth="false" to auth="false" in your controller.xml for the menu to come up.

...

Now moving to create a form for showing the content of Person entity on the screen:(Using Form Widget)

...