On Feb 19, 7:56 am, ural <[email protected]> wrote:
> How to build a link --from any view to any view of the same
> application

To be clear:
You cannot link to a view directly - only to a controller function
which renders via a view template.
If you wish to link to HTML directly (or any other kind of file) then
it needs to go into either /static or /uploads
- of course HTML in these locations cannot include any server-side pre-
processing: {{}}

F

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to