That is right, I just want to show validation errors. I do not need to add
dynamic fields to the form.
-Original Message-
From: Lance Java [mailto:lance.j...@googlemail.com]
Sent: Tuesday, September 16, 2014 14:46
To: Tapestry users
Subject: Re: Server-side validation without submit
It's no different to a normal zone update (eg via EventLink)
I was assuming he was just wanting to show validation errors in zones. This
shouldn't cause any problems. If he wants to add dynamic fields to the
form, he'll need to use the FormInjector instead.
On 16 Sep 2014 13:40, "Geoff Callender"
Lance, wouldn't that require updating zones within the Form. Doesn't that cause
problems?
On 16 Sep 2014, at 10:09 pm, Lance Java wrote:
> You could use the observe mixin here:
> http://tapestry-stitch.uklance.cloudbees.net/observedemo
> You could use the observe mixin here:
> http://tapestry-stitch.uklance.cloudbees.net/observedemo
Thanks a lot, it looks great, I'll definitely try to use it.
Cheers
You could use the observe mixin here:
http://tapestry-stitch.uklance.cloudbees.net/observedemo
Hello everybody,
I have a form and I would like to validate some of its fields server-side
without waiting for the user to submit the form (so f.ex I would validate a
field when it loses the focus, or something like that; this is not important).
I can manually code Ajax calls myself, to make th