29 Feb
2012
29 Feb
'12
9:44 a.m.
Hello, If you have a form with an input like this: <param name="input1" type="select" dynamic_options="get_options()" /> And the options dynamically generated have integers as values, e.g. options tuples like this: [ "One", 1, 1 ], [ "Two", 2, 0 ], [ "Three", 3, 0 ] When you try to submit the galaxy form you always get the validation error "An invalid option was selected, please verify". regards, Leandro