Versions Compared

Key

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

...

Code Block
xml
xml
<webwork:select label="leballabel" name="name" list="%{'name1','name2'}" />

Syntax for map: #{key1:value1,key2:value2}. This creates a map that maps the string "foo" to the string "foovalue" and "bar" to the string "barvalue":

Code Block
xml
xml
<webwork:select label="leballabel" name="name" list="#{'foo':'foovalue', 'bar':'barvalue'}" />

...