Hello, I am having a problem with calling multiple Z SQL Methods from within Page Templates. What I need to accomplish is calling a Z SQL Method using a parameter value from another Z SQL Method. My code looks like: <p tal:repeat="cd container/z_sql_methods/select_cd"> <span tal:replace="cd/cd_title">CD Title</span> <ul tal:repeat="song container/z_sql_methods/select_songs"> <li content="song/song_title">Song Tile</li> </ul> </p> As you can see I have two Z SQL Methods, namely "select_cd" and "select_songs". For every CD that is in the database, the songs need to be retrieved. This is done by using the second Z SQL Method that takes one parameter, "cd_id". How can i pass this parameter "cd_id" in the TAL statement? I have looked through the available docs, but couldn't find the solution. Can someone please help me or point to a relevent piece of documentation? Thanks in advance!! Arjan Huijzer __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com