Re: [Catalyst] Question on data verification and detainting

2011-10-04 Thread Shantanu Bhadoria
You can use dataform validator plugin for validations. hty -Shantanu Bhadoria Sent from Samsung tablet Adam Jimerson vend...@gmail.com wrote: I have a question on suggestions about input data verification and detainting, I am currently doing this in all of my controllers as I pull in data from

Re: [Catalyst] Question on data verification and detainting

2011-10-04 Thread Adam Jimerson
Thank you for that suggestion I will look into it as a possibility. On Tue, Oct 4, 2011 at 3:23 AM, Shantanu Bhadoria shantanu.bhado...@gmail.com wrote: You can use dataform validator plugin for validations. hty -Shantanu Bhadoria Sent from Samsung tablet Adam Jimerson vend...@gmail.com

[Catalyst] Question on data verification and detainting

2011-10-03 Thread Adam Jimerson
I have a question on suggestions about input data verification and detainting, I am currently doing this in all of my controllers as I pull in data from the params variable this isn't a very effective way of doing it do to all the reused code. I'm curious what methods others are using to do this?