Re: [web2py] Plugin Wiki, jqgrid, crud.create error

2012-04-13 Thread Simon Ashley
Thanks Johann, Sorry for the delay. Have just had a chance to have another play. and you're right, it does need to be defined first in the models (would have thought that it defeats some of the benefits of the adhoc nature of the plugin, but no matter) On Thursday, 12 April 2012 17:03:14

Re: [web2py] Plugin Wiki, jqgrid, crud.create error

2012-04-12 Thread Johann Spies
On 12 April 2012 05:38, Simon Ashley gregs...@gregsier.com.au wrote: Just playing with the plugin wiki and jqgrid with a simple example below, but it return an error: Not sure why, any ideas? Did you create the table 'plant' ? I also played with this yesterday and it seems that this

[web2py] Plugin Wiki, jqgrid, crud.create error

2012-04-11 Thread Simon Ashley
Just playing with the plugin wiki and jqgrid with a simple example below, but it return an error: Not sure why, any ideas? code # List of Plant `` name: jqgrid table: plant fields: Code,Description,SMU,Date col_width: 80 width: 700 height: 300 ``:widget # New Plant `` name: