ZK8 Wizard Example - Part 3
From Documentation
Author
Robert Wenzel, Engineer, Potix Corporation
Robert Wenzel, Engineer, Potix Corporation
Date
August 2015
August 2015
Version
ZK 8.0
ZK 8.0
Introduction
- Part 1 - Defining the Wizard
- Part 2 - Order Wizard (a more complex example)
- Part 3 - Form Handling and Input Validation (You are here)
- Part 4 - Styling the wizard (with Bootstrap)
Part 3 - Form Handling and Input Validation
To be written
Summary
Lets add a different Layout in Part 4 LINK ME
Download
- The source code for this article can be found in github (branch: part-3).
Running the Example
Checkout part-3
git checkout part-3
The example war file can be built with maven:
mvn clean package
Execute using jetty:
mvn jetty:run
Then access the overview page http://localhost:8080/wizardexample/order.zul
And that's what you'll see:
Comments
Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License. |