[Zope] How to include a parameter with Tal Attributes- an Answer

zope zope@stylusinc.net
Tue, 30 Jul 2002 12:23:31 +0530


> Hi Dmitry
>
> Thanks i have got it up and running .
> You have been very helpful and Thanks once again for sparing your valuable
> time.
> To pass the values and call a page template  I used:
> <td><a href="zpt" tal:attributes="href
>
python:'zpt_delclient?daction=del&txtId='+str(result['id'])">Delete</a></td>
> And it is perfectly passing the values.
>
> Best Regards
> John Kunchandy
>
>
> ----- Original Message -----
> From: "Dmitry Matveev" <matveev@uralfirm.ru>
> To: "zope" <zope@stylusinc.net>
> Sent: Tuesday, July 30, 2002 10:47 AM
> Subject: Re: How to include a parameter with Tal Attributes?
>
>
> > Hello John ,
> >
> > I've given another implimentation:
> > <a tal:attributes="href pyton:'zpt_delclient?id=' +
> result['id']">Delete</a>
> > It helps you.
> >
> >
> > --
> > Best regards,                          www.uralfirm.ru
> > Dmitry Matveev                         mailto:matveev@uralfirm.ru
> >
> >
>