Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This page is mostly a collection of the comments gleaned from a thread of discussion on the wicket-user mailing list. You can browse the thread here: http://www.nabble.com/Using-Wicket-to-develop-WAP-sites-tf3531769.html

As such, it currently contains a list of hints rather than being a detailed how-to.

Panel
borderStylesolid
titleTable of contents
Table of Contents
minLevel2

...

The only thing you need to do in this case is to keep the component hierarchy in sync between the different markup files.

Determining Mobile Device Capabilities

You can provide a custom request cycle and override newClientInfo to plugin your client capabilities (and e.g. call Session#setStyle accordingly). See also wicket.examples.hellobrowser