DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Panel | ||||
|---|---|---|---|---|
| ||||
|
| Children Display | ||||||||
|---|---|---|---|---|---|---|---|---|
|
How to do things in Wicket
Forms
- How to use listviews in forms
- How to use multiple submit buttons in form
- How to use checkboxes to select items in a listview
- How to use the same Form for editing and new
- Forms with dynamic elements
- Using RadioGroups
- DropDownChoice Examples
- Validating PasswordTextField
- Form control labels
Models and binding
- Working with Wicket models
- How to filter ListView contents by criteria selected from a drop down menu
- Referencing Models From Inner Classes
Configuration
- How to use custom resource paths (load templates from a different location than the classpath)
- How to Control where HTML files are loaded from (or__ how do I change the strategy for naming HTML files)
- Which security permissions are required to run Wicket in a SecurityManager
- How to run Wicket behind a front end proxy server (e.g. Apache with mod_jk or mod_proxy)
General Application
- How to use custom converters
- How to build a wizard in Wicket
- How to use Markup inheritance for consistent page layouts
- How to create reusable elements using Panels
- How to order your feedback messages
- A note on the rendering strategies available
- Getting the actual URL for a WebPage as a String
- How to get access to the raw HttpServletRequest and HttpServletResponse objects
- How to create a Rss page in Wicket
- How to remove the message bundle requirement for validating components
- How to redirect to an external non-Wicket page
- How to create a custom component
- Switch to SSL mode
- Implement stateless pages
Excel Spreadsheet
i18n
Database Interaction
- How to read from a database
- Wicket Phonebook - Example Spring & Hibernate/IBATIS CrUD app
- Databinder - External project combining Wicket and Hibernate.
- IBATIS
Testing
Wicket-Extension-related notes
...