Dan Jacob Tue, 17 Jan 2006 23:47:33 -0800
It's probably because the option key values are integers, and the argument "test" in the save method will be a string.
Either change your option values "1", "2" etc or add FormEncode Int validator to force an integer value.