This answer solved your problem?
http://stackoverflow.com/a/42519762/3908932
Em terça-feira, 28 de fevereiro de 2017 17:37:51 UTC-3, Andrea Fae'
escreveu:
>
> I have this code in a view (from a select funcion javascript)
>
>
> $.get('{{=URL('default','nuovo_evento')}}',{risorsa:eventData.resourceId,titolo:eventData.title,start:start,end:end});
>
>
> this code call a controller
>
> def nuovo_evento():
> form=crud.create(db.evento)
> return locals()
>
> this is the view very simple
> {{extend 'layout.html'}}
> {{=form}}
>
> Why I don't see the form?
>
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
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/d/optout.