16 Mar
2002
16 Mar
'02
1:26 p.m.
On Fri, Mar 15, 2002 at 07:30:02PM -0800, Colin Fox wrote:
Hello, everyone.
I'm trying to create a page for editing a database entry.
The form I'm using has a pair of radio buttons for a person's gender. I'm using the page template's tal:attribute feature to set the default values of all the text input fields, and that works great.
But I can't figure out how to do this with the radio buttons, since they don't use the format 'value="CHECKED"', they simply use 'CHECKED'.
Use the HTML4/XHTML syntax: checked='checked' -- Bruce Those who cast the votes decide nothing. Those who count the votes decide everything. -- Joseph Stalin