On 7/12/07, Dennis Daupert <[EMAIL PROTECTED]> wrote:
I'm focusing on form validation issues at the moment, particularly text
input for stories, articles. I'd like to ask for advice on handling user
input. I know, for example, it is unwise to trust user input -- but what are
recommended modules/plugins/etc for securing my Catalyst app?

/dennis





Hi Dennis,

My personal favorite is using Data::FormValidator, which is very
robust and full featured.  A simpler alternative is
FormValidator::Simple.

If you want to actually tie something into form generation and
handling, Catalyst::Controller::FormBuilder is the recommended
package.

-Jay

--
J. Shirley :: [EMAIL PROTECTED] :: Killing two stones with one bird...
http://www.toeat.com

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to