The StringListProperty and ListProperty are not implemented in web2py. They could be implemented, but they would be incompatible with SQL databases. ListProperties are used because they can save you from performing an extra db query in a denormalized database, so the work around is to have another table, and perform an additional query for each ListProperty.
Robin On Jan 1, 6:28 pm, "sudhakar m" <[email protected]> wrote: > Thanks Fran. This would suffice my current requirement. But is there a way > to define StringListProperty or ListProperty in model. > > Sudhakar.M --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

