[google-appengine] Re: How get link text

2011-01-23 Thread Zeynel
On Jan 20, 4:25 pm, Ernesto Karim Oltra ernestoka...@gmail.com wrote: Third, you must use URL parameters for this purpose, so you links must be something like this: a href=/dir?type=tshirtTshirt/a a href=/dir?type=otherother/a And in your handler: merchandise_type =

[google-appengine] Re: How get link text

2011-01-20 Thread Ernesto Karim Oltra
mmm first. Navigators nevers send the text of the link, so you cannot get it anyway. Second, you're using literals instead of variables. This line: items.filter(type =, merchandise_type) must be: items.filter(type =, merchandise_type) There are a great difference between the string