menu
The following is a selection of examples from wicket-examples which best demonstrates core functionality.
| compref | - Component Reference |
| helloworld | - Everyone's favorite example |
| echo | - The simplest input form ever |
| unicode converter | - Converts input using some model magic. |
| stockquote | - Stock quote example |
| forminput | - Basic form processing |
| guestbook | - A blog-like multiuser guestbook |
| hangman | - The game of hangman |
| images | - Various kinds of images |
| library | - A simple application |
| linkomatic | - Different kinds of links |
| navomatic | - Page navigation |
| niceurl | - Demonstrates the use of 'nice' urls |
| nested | - Trees and nested lists |
| pub | - Localization |
| displaytag | - The famous display tag example |
| repeaters | - DataView, DataTable, GridView component examples |
| signin | - A simple sign-in page |
| signin2 | - An advanced sign-in page (using cookies) |
| upload | - Upload files |
| template | - Templating example |
| hellobrowser | - Browser snooper |
| ajax | - Ajax examples using wicket's builtin ajax |
| ajax with prototype | - Ajax example using prototype.js |
| frames | - Example that shows you how to use frames |
| custom template loading | - Demonstrates custom template loading |
| abacadabra | - Demonstrates contrib's wizard component |
| breadcrumb | - Don't get lost, use bread crumbs |
| captcha | - Gotcha, captcha |