Forum OpenACS Development: Re: ad_form again

Collapse
3: Re: ad_form again (response to 2)
Posted by Mark Aufflick on
I have recently implemented a (hacky) subset of ad_form in perl/Mason and did exactly the two stage thing Lars suggests. Not only does it actually make the proc logic simpler, it makes the whole process much more transparent to the developer.

Whole the whole benefit of ad_form is that it's magic does so much for you, sometimes there can be too much magic ;)