You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you want to use wicket's Ajax implementation with Opera Browser you have to do

Application.getApplicationSettings().setStripWicketTags(true);

to get it work.
Because of a Bug which is in all Opera Browsers before Version 9 Beta,
the ajax stuff will not work in Opera.

Keywords:
Opera Ajax Wicket Strip wicket:id

  • No labels