views:

10

answers:

1

In my Data Control Palette, I have a table. That table has a Yes/No column...lets call it: 'A1'. Now I drag and drop off 'A1' as an AF:SelectOneRadio component. When the dialog box pop up for me to fill out the bindings, I use dynamic. For the 'base data source attribute' I use A1 and for the 'list data source attribute' I use a column called 'validCode' from another table. This column is from a List Data Source Table (just a regular list of values). Now everything works fine, but when I try to run my page the radio buttons doesn't show up. I've heard this can be caused by the value in 'A1' being null, but I tried adding values there, but the problem persists. Any help is much appreciated.