Also, you cannot call form.process() on a grid form, as the initial call to
.grid() already does the processing (so you are attempting to process it a
second time, which will fail).
On Tuesday, July 7, 2015 at 10:07:44 AM UTC-4, Anthony wrote:
>
> The problem is that both grids then need to shar
The problem is that both grids then need to share the URL args. You can
probably manage that by using the "args" argument to tell the second grid
to ignore the first few URL args (which are used by the first grid), but
life might be easier if you just put the second grid inside an Ajax
componen
Hi stifan,
I've tried to give a different name for each SQLFORM.grid But it didn't
work.
On Tuesday, July 7, 2015 at 5:56:18 PM UTC+5:30, 黄祥 wrote:
>
> had you try to give a name for each SQLFORM.grid(formname = 'form1') and
> SQLFORM.grid(formname = 'form2')
>
> best regards,
> stifan
>
had you try to give a name for each SQLFORM.grid(formname = 'form1') and
SQLFORM.grid(formname = 'form2')
best regards,
stifan
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/lis
4 matches
Mail list logo