Re: New Wrapper API for Data::FormValidator

2004-04-06 Thread Mark Stosberg
On Tue, Apr 06, 2004 at 01:38:17PM -0500, jason scott gessner wrote: > I have written a wrapper API around Data::FormValidator and it is > getting close to being sharable. I think I can summarize the primary difference between this interface and the current one. With the current one, you define y

New Wrapper API for Data::FormValidator

2004-04-06 Thread jason scott gessner
I have written a wrapper API around Data::FormValidator and it is getting close to being sharable. The module basically provides an object oriented API to add form elements dynamically, and wraps the output of a validator object from your module. A sample of the code to make a form looks like