[jifty-devel] Problem with drop down boxes.

Robert Boone robo4288 at gmail.com
Sat Sep 23 05:31:47 EDT 2006


Hello,
    I'm looking at Jifty and I ran into a problem. I want to create a
drop down box so I have the following schema:

use RLB::Record schema {
    column 'choice' =>
        type 'text',
        valid_values are ('one', 'two', 'three');
};

In the admin page I see the drop down box but when I click save it
looks like it saved the word choice and not the choices from the box.
Am I doing something wrong?

Thanks,
Robert


More information about the jifty-devel mailing list