>>>>> "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 }) %]


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates

Reply via email to