Kevin Dangoor <[EMAIL PROTECTED]> writes: > What I meant was that your suggestion of being able to choose the grid > fields separate from the entry form fields was a good one :)
Ah! That! :-) I really need that, to avoid cluttering the screen with useless data. But this is also presentation specific, so I believe that his idea of putting everything on the template / controller is good, better than mine of putting things on the model. My only concern is with 'title', that is also at the model... My first idea was using a dictionary instead of a list and using the keys for column names and values as labels. But SQLObject already provides 'title' for columns, so... -- Jorge Godoy <[EMAIL PROTECTED]>

