Hi there, I need to make m2m relation in my database ( for example for advanced tagging ), but I need it in relation way ( not using text field - like an multiple=True option )
define relation is easy, but how to make a form for that in forms... I guess that it's possible to make that by db.table.field.widget and db.table.field.represent, but how ? ( any documentation for widget, represent ? ) I need to make one form for add/modify record with m2m and "normal" data. ( for example post + tagging ) Why in that way ? I need to modify/delete records from m2m relation ( target entities have 4 and 8 rows ), without scanning and fixing whole database. And naturally I need search for single records. Thanks for reply ;) Greetings --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

