Re: [html-formfu] Modifying a form field.

2009-04-02 Thread Leanan Sidhe
> > > > Also, on the transformers: Are those run both ways (IE, when loading and > processing the form) or only one way (when processing the form) ? I've > considered using inflators and deflators, even though technically I'm not > deflating/inflating objects in this case. The only problem with t

Re: [html-formfu] Modifying a form field.

2009-04-02 Thread Leanan Sidhe
add_valid() should work, but takes 2 args - ( $name, $value ) > > [snip] > > ___ > HTML-FormFu mailing list > HTML-FormFu@lists.scsys.co.uk > http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu > Hrm. Then that means my order of things is off.

Re: [html-formfu] Modifying a form field.

2009-04-02 Thread Carl Franks
2009/4/1 Leanan Sidhe : > I have heard that TIMTOWTDI, but the only suggestions I've seen were in > regards to password fields and using DBIx::Class::DigestColumns.  I need to > do some mathematical conversions on columns before the data is put into the > database.  I'm trying to do it this way: >

Re: [html-formfu] Modifying a form field.

2009-04-01 Thread Octavian Rasnita
From: Leanan Sidhe I have heard that TIMTOWTDI, but the only suggestions I've seen were in regards to password fields and using DBIx::Class::DigestColumns. I need to do some mathematical conversions on columns before the data is put into the database. I'm trying to do it this way: my