Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed tutorial to use grid's "include" parameter instead of reorder

...

Code Block
languagexml
titlesrc/main/webapp/Index.tml (partial)
  <t:grid source="addresses"
         reorderinclude="honorific,firstName,lastName,street1,street2,city,state,zip,email,phone"/>

Note that the Grid component accepts the same "reorder" parameter that we used with the BeanEditForm.

...