I want to create on a grid and have most of the fields hidden by setting field attrs readable=False and writable=False to hide these field in detail view and update. The problem occurs now, when I'm creating new data. The hidden fields are not writable and one of them contains the key from a parent grid.
How can I write a value into a field when the user clicked submit? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

