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

...

Note that the Grid component accepts many of the same "reorder" parameter parameters that we used with the BeanEditForm. Here we use the include parameter to specify the properties to show, and in what order.

Now all we have to do is supply the addresses property in the Java code. Here's how Index.java should look now:

...