Hello everyone, This is my first post to this mailing-list, and I wish to say that I find Zope incredibly usefull ... it makes me do my very first website. Any way, I've got a python module which parse a file containing recipes, I asume I'll write an ExternalMethod that will take an argument and return a structire (a dictionnary) with all the relevant informations. I did a small page template that show all these informations. What I want to do is to show the recipe by calling this url : GetRecipe/My Recipe/show_recipe.zpt (I suppose I'll have to encode the space too). is this possible ?? I tried with a python script (returning a dictionnary) but it did not work ... BTW : I suppose I can do something like <span tal:define="recipe python:here.GetRecipe('My Recipe')"> <p tal:content="recipe/yield>yield</p> ... </span> But I find it not elegant ... and it wouldn't generate easyly the list of all the recipe ... Happy pythoning, happy zoping ... -- (°> Nicolas Évrard / ) Liège - Belgique ^^