I've no idea, that check's been there since the condition_from_stash
feature was added.
I'd be happy to have that restriction removed.

Carl


On 30 October 2010 13:22, Yuval Kogman <nothingm...@woobling.org> wrote:
> In Model::DBIC::options_from_model, specifying a complex condition is an 
> error:
>
>            croak "input value must not be a reference"
>                if ref $value;
>
> this means that it's not possible to specify $form->stash({ cond_name
> => { -in => \...@values } });
>
> What's the reason for this?
>
> _______________________________________________
> HTML-FormFu mailing list
> HTML-FormFu@lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
>

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to