Have you never developed using Dynamic Action Forms? With the vanilla
Action Forms you may be right, but with Dynamic ones, I have found
that Validator really cuts down the work.
Cheers
Christopher Marsh-Bourdon
www.marsh-bourdon.com
AIM: marshbourdon
On 13 Jul 2005, at 14:54, Larry Meador
No offense (and not to sound like Mark Galbreath), but as a long time
struts user, I have never found validator to save time or code...not
even once.
Larry
On 7/13/05, Martin Gainty <[EMAIL PROTECTED]> wrote:
> The Struts-validator will certainly be able to handle date-validation for
> you
> the
The Struts-validator will certainly be able to handle date-validation for
you
there is an excellent tutorial located at
http://www.oracle.com/technology/products/jdev/howtos/10g/strutsvalidator/struts_validator_howto.html#setup
1)Add validator to your struts-config.xml
2)copy validator-rules.xml
The recommended pattern is to have only string properties on your
ActionForm classes that are mapped to typed data in your model.
You can write a component to do #2 and register it with bean-utils,
but you for sure do not want to pass the action form into your model.
Larry
On 7/13/05, Lance Sem
4 matches
Mail list logo