Darn right, using ${url('/xyz')} works. Thanks a lot.

On 15/07/11 00:56, Wyatt Baldwin wrote:
I don't know if this will help, but the preferred way to generate URLs is to 
use `pylons.url()`. It's available automatically in templates, so you can 
replace `${h.url_for('xyz')}` with `${url('xyz')}`.

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/WRC01-s37MUJ.
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/pylons-discuss?hl=en.

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to