Restructured validators, fixed form element rendering

This commit is contained in:
Severin Münger
2013-09-05 16:51:51 +02:00
parent 6486c8c472
commit f52f6512a0
4 changed files with 37 additions and 3 deletions

View File

@@ -7,6 +7,13 @@ note
deferred class
WSF_VALIDATOR [G]
feature {NONE}
make (e: STRING)
do
error := e
end
feature
validate (input: G): BOOLEAN