Any idea how properly doing it , should i try to create a new validator ( mixing IS_IN_SET and IS_IN_DB ) ?
On Thu, Dec 30, 2010 at 8:04 PM, mdipierro <[email protected]> wrote: > this is not currently supported. > > On Dec 30, 1:20 pm, Manu <[email protected]> wrote: >> Hi , >> >> I have a database which contains a list:string field type and a >> requirement to be in a set of value ( with IS_IN_SET AND multiple=True >> ) . My question is how would you dynamically generate this set( my >> categories are stored in another table ) ? What i am trying to do is >> to allow user to select many categories ( yes this field is a category >> ) at the same time . IS-IN_DB does not work because it seems we cqn't >> select many choice. >> >> Do you use SQLFORM.factory , create the form manually or is there some >> special trick to pass this set >> >> Thx >

