On Tuesday, February 28, 2017 at 12:37:51 PM UTC-8, Andrea Fae' wrote:
>
> 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?
>

What do you see on your browser's console?  (to find the console, look in 
the menu for developer tools, or right click on the page 
and select "inspect element"; the console should show any javascript 
errors, and you can use the network tab to watch the exchange) 

/dps

-- 
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.

Reply via email to