DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
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 | ||||
|---|---|---|---|---|
| ||||
|
...
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