ZK8 Wizard Example - Part 3"

From Documentation
Line 7: Line 7:
 
= Introduction =
 
= Introduction =
  
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_1|Part 1 - Defining the Wizard]]
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_1|Part 1 - Defining the Wizard]]
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_2|Part 2 - Order Wizard (a more complex example)]]
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_2|Part 2 - Order Wizard (a more complex example)]]
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_3|Part 3 - Form Handling and Input Validation]] (You are here)
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_3|Part 3 - Form Handling and Input Validation]] (You are here)
*[[User:Robertwenzel/ZK8_Wizard_Example_-_Part_4|Part 4 - Styling the wizard (with Bootstrap)]]
+
*[[Small_Talks/2015/September/ZK8_Wizard_Example_-_Part_4|Part 4 - Styling the wizard (with Bootstrap)]]
  
 
= Part 3 - Form Handling and Input Validation =
 
= Part 3 - Form Handling and Input Validation =

Revision as of 07:00, 4 September 2015

DocumentationSmall Talks2016FebruaryZK8 Wizard Example - Part 3
ZK8 Wizard Example - Part 3

Author
Robert Wenzel, Engineer, Potix Corporation
Date
August 2015
Version
ZK 8.0

Introduction

Part 3 - Form Handling and Input Validation

Currently just a preview and sources available explanations will follow

Summary

Lets add a different Layout in Part 4

Download

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


Comments



Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.