From: Nick S. <NSa...@ms...> - 2002-11-27 09:29:06
|
Hi I've been using webMacro in projects for a couple of years now. We use an opensource validation project called formproc. www.formproc.org It's not terribly well documented but at least all the source code is there. It works well with webmacro because it's server side and not tied to any particular technology (except Java). It allows reuse of validators and can certainly cut down on validation code. It also features autopopulation of value objects and type conversion. It all depends upon how happy you are about maintaining a separate XML configuration file for validations. As for client side validation using javascript, I used it for quite a long time but I've struggled so many times with quirky browser versions that I try and avoid it altogether if I can. Regards Nick Sanderson >>> Tom May <to...@in...> 11/27/02 01:45am >>> Tim Pizey <ti...@pa...> writes: > <plug> > Melati, which uses WebMacro, has two mechanisms > for validation: client -side javascript and server-side > validation (as defined by the Data Structure Definition). > > You, the programmer, get this for free when you buy into the > POEM middleware layer. > </plug> > > The client side javascript may be of interest, as it is > independant of POEM/Melati > http://www.melati.org/melati-static/admin/validation.js Just realize that doing client side validation does not absolve you from having to do server side validation as well. Clients can and do send all kinds of wacky things. Tom. ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ Webmacro-user mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/webmacro-user |