Validation

From UG

Revision as of 18:40, 26 January 2010 by Alex (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


This relates to how / when we validate type/format.

Contents

hit the wall

System will not let user enter more than X chars, it will simply silently stop as if we hit the wall

This is for Textbox only.

zk standard

typical "real-time" ZK validation - on focus Off bar will appear with "x"

on submit

Validate only after user clicked "Submit button". Standard Error pop-up will appear.

status line

There is a status line somewhere on the panel that real time displays the problem.

Personal tools