Versions Compared

Key

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

...

Code Block
    add(new UsersListPanel("users", users));

and:

Code Block
html
html
    <span wicket:id="users">[users here]</span>

...