zerohero has asked for the wisdom of the Perl Monks concerning the following question:
I'm using Mason and creating an HTML form which does validation. The form "POSTs to itself" by passing the same values back, and loading them into the UI elements (e.g. text boxes). It validates each value, and if something is wrong, will color the UI element red (i.e. by adding a CSS error class to the class list).
I've done a simple example by hand just to see what is required.
I'm now looking for a perl class library that helps do these types of simple form validation (posting back, resetting UI values, validating UI, etc.).
Can anyone recommend a good library for this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML Form Validation
by CountZero (Bishop) on May 22, 2009 at 06:23 UTC | |
by zerohero (Monk) on May 22, 2009 at 16:26 UTC | |
by zerohero (Monk) on May 22, 2009 at 16:42 UTC | |
|
Re: HTML Form Validation
by zby (Vicar) on May 22, 2009 at 08:10 UTC |