[html-formfu] Patch to allow "today" as the default date
Brian Cassidy
brian.cassidy at nald.ca
Wed Feb 20 22:58:08 GMT 2008
Carl Franks wrote:
> plugins aren't added to @ISA, so you can't override methods.
>
> It currently supports:
> process() - which is called at the start of $form->process()
> post_process() - which is called before $form->process() returns
> render() - which is called at the start of $form->render()
> post_render() - which is called before $form->render returns.
What i've found is that is that if the element already has a process()
method, then your plugin can't use process() -- perhaps I'm doing it
wrong? [1]
-Brian
[1] http://www.doingitwrong.com/ :)
More information about the HTML-FormFu
mailing list