Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed missing quotes in the last example

...

with the HTML being

Code Block
html
html
  <form ...>
      <input type="submit" wicket:id="okbutton" value="OK" />
      <input type="submit" wicket:id="cancelbutton" value="Cancel" />
  </form>