Versions Compared

Key

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

...

into

Code Block
<span></span>

, because that's too much "behind-the-scenes" magic for user to be happy with. As a result, as a

...

Wicket reads the html template from the same location as the Page class
(java class name + ".html"). Can this be changed?

...

There is no flag telling you in which mode you are. If you want a flag
subclass Application.configure() store the "configurationType"
parameter in a variable.

I get errors when i use Ajax in Opera Browser (before Version Beta 9 of Opera)

...

Because of a Bug which is in all Opera Browsers before Version 9 Beta,
the ajax stuff will not work with wicketTags enabled.

...