
teebes at gmail
Jan 12, 2009, 12:45 PM
Post #2 of 4
(1119 views)
Permalink
|
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 < garry [at] schoolteachers> 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:attributes="href here/getUserName/listview?page=1000" > > Regards > Garry > _______________________________________________ > Zope maillist - Zope [at] zope > http://mail.zope.org/mailman/listinfo/zope > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope-dev ) >
|