| <html xmlns:wicket="http://wicket.apache.org"> |
| <head> |
| <title>Wicket Examples - Velocity</title> |
| </head> |
| <body> |
| <wicket:extend> |
| |
| <h3>Velocity Template Component</h3> |
| <div class="dotted-box"> |
| <p> |
| The VelocityPanel is useful for CMS-like functionality, where you want |
| to enable users to do basic scripting in predefined areas of your web |
| application. Read more about the |
| <a href="http://velocity.apache.org/">velocity</a> language |
| <a href="http://velocity.apache.org/engine/devel/user-guide.html">here</a>. |
| </p> |
| </div> |
| |
| <wicket:link> |
| <ul> |
| <li> |
| <a href="TemplatePage.html">People directory example: type in your own Velocity template</a> |
| </li> |
| <li> |
| <a href="DynamicPage.html">Generic editor example: nesting Wicket components</a><br/> |
| </li> |
| </ul> |
| </wicket:link> |
| </wicket:extend> |
| </body> |
| </html> |