ZK8 Wizard Example - Part 4"

From Documentation
m (Created page with "{{Template:Smalltalk_Author| |author=Robert Wenzel, Engineer, Potix Corporation |date=August 2015 |version=ZK 8.0 }} = Introduction = '''To be written''' = Part 3 - Form Handl...")
 
m
Line 7: Line 7:
 
= Introduction =
 
= Introduction =
  
'''To be written'''
+
Currently just a preview available explanations will follow
 +
<gflash width="910" height="657">Order-wizard_with_style.swf</gflash>
 +
[[File:Order-wizard_with_style.swf]]
  
 
= Part 3 - Form Handling and Input Validation =
 
= Part 3 - Form Handling and Input Validation =
Line 34: Line 36:
  
 
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="910" height="657">Order-wizard_with_style.swf</gflash>
 
[[File:Order-wizard_with_style.swf]]
 
 
{{Template:CommentedSmalltalk_Footer_new|
 
|name=Potix Corporation
 
}}
 
  
 
[[Category:Small Talk]]
 
[[Category:Small Talk]]

Revision as of 10:20, 28 August 2015

DocumentationSmall Talks2015SeptemberZK8 Wizard Example - Part 4
ZK8 Wizard Example - Part 4

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

Introduction

Currently just a preview available explanations will follow

Part 3 - Form Handling and Input Validation

To be written

Summary

That's it for now, any ideas what to show next? Waiting for your comments.

Download

Running the Example

Checkout part-4

   git checkout part-4

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