14. HTML5 OutputField API - klopfdreh/wicket-components-playground GitHub Wiki

The OutputField API is used to create responsive forms which display a calculated value directly on user input. The value is processed on the client and on change send to the server. The calculation is applied via AttributeAppender.

Examples:

Java: https://github.com/klopfdreh/wicket-components-playground/blob/master/wicket-components-playground/src/main/java/org/apache/wicket/markup/html/form/Home.java

HTML:

https://github.com/klopfdreh/wicket-components-playground/blob/master/wicket-components-playground/src/main/resources/org/apache/wicket/markup/html/form/Home.html