El jueves, 19 de diciembre de 2013 07:54:34 UTC-3, Janko Strusa escribió:
>
> Ok, I have reported the issue.
>

force_render is being ignored in actions that involve service pages. If you 
want to combine them with document content, a workaround is having the wiki 
create the tables in the model or controller with

auth.wiki(resolve=False)



And then, to show a doc, you can do (in a view)

{{=MARKMIN(db(db.wiki_page.slug=="sidebar").select().first().body)}}



-- 
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/groups/opt_out.

Reply via email to