DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
It's possible to include fragments from other pages as well, even without using the <wicket:fragment>...</wicket:fragment> tags:
| Panel |
|---|
NB. This is not recommended usage: consider using Panels instead |
| Code Block | ||
|---|---|---|
| ||
<html> <head> <title>Title</title> </head> <body> <span wicket:id="target"> This will be replaced </span> </body> </html> |
...