ZK8 Wizard Example - Part 3"

From Documentation
m
Line 14: Line 14:
 
= Part 3 - Form Handling and Input Validation =
 
= Part 3 - Form Handling and Input Validation =
  
'''To be written'''
+
Currently just a preview available explanations will follow
 +
<gflash width="502" height="534">Order-wizard_with_validation.swf</gflash>
  
 
= Summary =
 
= Summary =
  
Lets add a different Layout in Part 4 '''LINK ME'''
+
Lets add a different Layout in [[User:Robertwenzel/ZK8_Wizard_Example_-_Part_4|Part 4]]
  
 
== Download ==
 
== Download ==
Line 37: Line 38:
  
 
Then access the overview page http://localhost:8080/wizardexample/order.zul
 
Then access the overview page http://localhost:8080/wizardexample/order.zul
 
And that's what you'll see:
 
<gflash width="502" height="534">Order-wizard_with_validation.swf</gflash>
 
  
 
{{Template:CommentedSmalltalk_Footer_new|
 
{{Template:CommentedSmalltalk_Footer_new|

Revision as of 10:32, 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

Currently just a preview 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.