Versions Compared

Key

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

Update parent page

...

Code Block
xml
xml
<saf:checkboxlist
 name="selectedOptions"
 list="options"
 listKey="id"
 listValue="name" />
Code Block
Java
Java
   public void prepare() throws Exception {
      // populate the options property list with options
      // that are supposed to be checked.
   }

...