ZK8 Wizard Example - Part 3"

From Documentation
Line 16: Line 16:
  
 
== Download ==
 
== Download ==
* The source code for this article can be found in [https://github.com/cor3000/zk-wizardexample github]. '''LINK ME'''
+
* The source code for this article can be found in [https://github.com/cor3000/zk-wizard-example/tree/part-3 github (branch: part-3)].
  
 
== Running the Example ==
 
== Running the Example ==

Revision as of 08:37, 28 August 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

Summary

Lets add a different Layout in Part 4 LINK ME

Download

Running the Example

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/survey.zul

And that's what you'll see:


Comments



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