Versions Compared

Key

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

...

To review basic concepts, refer to OGNL

Collections (Maps, Lists, Sets)
Anchor
Collections
Collections

Dealing with collections(maps, lists, and sets) in webwork comes often, so here are a few examples using the select tag:
Syntax for list: {e1,e2}. This creates a List containing the String "name1" and "name2."

...