> Ronald Hill wrote:
> > [% query.radio_group({ name=>'Product', values=>[product.list] }) %]
> 
> Try this:
> 
>   [% query.radio_group(...).join %]
> 
> A
Hi Andy,

Thanks for replying, However I am still having problems:
Here is the template:

<BODY>
<FORM method=post name="test">
[% query.radio_group({ name=>'Product', values=>[product.list] }).join  %]
</FORM>
</HTML>

output is:

$ ./test.pl
Content-Type: text/html; charset=ISO-8859-1

<BODY>
<FORM method=post name="test">

</FORM>
</HTML>

 next I tried changing the template line to

[% query.radio_group({ name=>'Product', values=>[product] }).join  %]

Still the same result :-(

Ron Hill


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

Reply via email to