-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nathan,

Nathan Coast wrote:
> this feels better as the existing framework is responsible for executing
> all validations, assembling cumulative errors and creating localised
> messages.  I'm just not sure it's possible to add validations.

Whenever I find that I need some "validation" process done, but the
stock validators don't cover it, I'm usually talking about a single
action that will handle the form submission. In that case, I allow the
stock validators to handle the mundane stuff (required, integer, etc.)
and then just code the complex stuff directly in my action.

Is that feasible for you? It might turn out to be the simplest solution.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFzMc29CaO5/Lv0PARAhOcAJ9Inji7P23jeYfYjTVtBSwicL1vUwCcCzji
LTVb3npHCNPuGNfaBZDU0PI=
=y3c1
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to