> the trouble i have though, is that the table field called "pagecontent", 
> which i am calling in the view/template contains helpers and these 
> currently don't get executed without eval. In my testing, i have 
> "pagecontent" containing:
>
> MARKMIN("**My Site**")
>
>
If you want to use the web2py template rendering system, then pagecontent 
needs to contain template code, so it would have to be:

{{=MARKMIN("**My Site**")}}

Anthony

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