> >>>>> "RH" == Ronald Hill <Hill> writes:
>
>
> RH> <BODY>
> RH> <FORM method=post name="test">
> RH> [% query.radio_group({ name=>'Product',
> values=>[product.list] }) %]
> RH> </FORM>
> RH> </HTML>
>
> Does radio_group expect values to be a reference to an array? You've
> already got that, so just try this:
>
> [% query.radio_group({ name=>'Product', values=>product }) %]
>
>
That's IT!!
I alos had to add the join function at the end like this
[% query.radio_group({ name=>'Product', values=>product }).join %]
Thanks All!!
Ron Hill
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates