On Wednesday 23 December 2009 03:40:37 am Octavian Râşniţă wrote:
> Hi,
>
> I use Catalyst::Controller::HTML::FormFu but in some actions I don't want
> to use the FormConfig attribute because it would automaticly generate and
> process a form, which takes much time. I want to do that only if the
Hi,
I use Catalyst::Controller::HTML::FormFu but in some actions I don't want to
use the FormConfig attribute because it would automaticly generate and
process a form, which takes much time. I want to do that only if the already
generated template and data was not found in the cache.
But ins