Re: [Zope] appending paths in zpt

2009-01-12 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12.01.2009 21:25 Uhr, Garry Saddington wrote: > I have this: tal:attributes="href here/getUserName" in a link that works but > I > want to append a hard coded extension to it. > How would I turn it into this and get it to work ? > > tal:attribute

Re: [Zope] appending paths in zpt

2009-01-12 Thread Garry Saddington
On Monday 12 January 2009 20:45, Thibaud Morel l'Horset wrote: > Sounds like you need to use a string: > tal:attributes="href string:${here/getUserName}/listView?page=1000" > Thanks that's done it Garry ___ Zope maillist - Zope@zope.org http://mail.zope

Re: [Zope] appending paths in zpt

2009-01-12 Thread Thibaud Morel l'Horset
Sounds like you need to use a string: tal:attributes="href string:${here/getUserName}/listView?page=1000" - Teebes On Mon, Jan 12, 2009 at 3:25 PM, Garry Saddington < ga...@schoolteachers.co.uk> wrote: > I have this: tal:attributes="href here/getUserName" in a link that works > but I > want to a

[Zope] appending paths in zpt

2009-01-12 Thread Garry Saddington
I have this: tal:attributes="href here/getUserName" in a link that works but I want to append a hard coded extension to it. How would I turn it into this and get it to work ? tal:attributes="href here/getUserName/listview?page=1000" Regards Garry ___ Z