Re: [web2py] Re: db modeling question regarding DAL, SQLFORM and nested items

2011-10-16 Thread Erwin Pass
Hi, Thx! Wow, thats a pretty awesome feature! :) But if I understand you correctly then this "doesn't work" for self references. I mean "doesn't work" as "in the same way as for foreign list references". Whereas in the latter case a big multiselect box gets displayed, only a usual input field (fo

Re: [web2py] Re: db modeling question regarding DAL, SQLFORM and nested items

2011-10-16 Thread Erwin Pass
Hi, Thx for your answer! This way I could get rid of the KeyError I mentioned (caused by the db.self_referenced_table_name syntax) previously and everything seemed fine but I'm not satisfied by the rendering of such a model. My example: db.define_table('div', Field('name', type='string'),