On 22 December 2010 21:32, mdipierro <[email protected]> wrote:

> I think because
>
> Field('id', requires = IS_IN_SET(ids),
>
> id in the form is a string and ids in the set are integers.
>
>
Thanks for your answer. Changing the definition to

form = SQLFORM.factory(Field('id', 'integer', requires = IS_IN_SET(ids),
                                   label = "Which event (number)?")

did not solve the problem however :(

How do I debug this?

Regards
Johann

-- 
 May grace and peace be yours in abundance through the full knowledge of God
and of Jesus our Lord!  His divine power has given us everything we need for
life and godliness through the full knowledge of the one who called us by
his own glory and excellence.
                                                    2 Pet. 1:2b,3a

Reply via email to