2 messages in com.googlegroups.pylons-discussfilling in forms
FromSent OnAttachments
primco31 Jul 2006 09:30 
Ben Bangert31 Jul 2006 09:45 
Subject:filling in forms
From:primco (pri@gmail.com)
Date:07/31/2006 09:30:17 AM
List:com.googlegroups.pylons-discuss

I have a group of radio buttons and I'd like to populate the 'checked' value based on a database query so that the form reflects what is in the database. What do I use to set the form values? I'm using the webhelpers to generate the form. All I could think of was writing a bunch of procedural code in Myghty but that doesn't seem right. thanks.