DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Children Display | ||||||||
|---|---|---|---|---|---|---|---|---|
|
| Panel | ||||
|---|---|---|---|---|
| ||||
|
Wicket reference
- Lifecycle of a Wicket Application
- Wicket's XHTML tags
- Working with models
- Form validation messages
- Browser back & forward
- Bookmarkable pages and links
- JavaScript and CSS support
- Custom State Tracking
- Tables and Grids
Projects
- [ Wicket Stuff|Wicket-Stuff]
- RAD Components
- Databinder
Integration guides
How to do things in Wicket
View Layer
- Using frames
- Adding a markup filter
- How to obfuscate/encrypt a wicket url
- How to remove wicket specific markup from output
- How to change the character encoding
- How to include css references for a component in Wicket 1.0
- How to create consistent layout using Markup Inheritance
- How to modify attributes on an HTML Tag
- How to have one Page reference multiple markup pages
- How to change the display of anchor tags
- CSS-enabled feedback panel
- Filtering messages on a feedback panel
- Create dynamic markup hierarchies using panels
- How to add a variable/run-time-determined number of components
- How to add tooltips
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
...
- How to read from a database
- Wicket Phonebook - Example Spring & Hibernate/IBATIS CrUD app
- Databinder - External project combining Wicket and Hibernate.
- IBATIS
Building From Source
Note: This needs updating, as we're now using Maven2
We are using Maven for the build process. You'll find here some information on how to install Maven and successfully build Wicket.
- Using Maven to build Wicket from source
- How to setup Maven to use Wicket-assigned Clover license
- Wicket's SVN strategy
Servlet Engine/Application Server Notes
OSGi
Testing
...