bonjour, je cherche la syntax permettant de tester si le résultat d'une ZSQL method n'est pas vide.

j'ai fait ca mais ca marche pas!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>News</title>
</head>
<body>
 
<table tal:define="userr here/connectUser">
<span tal:condition="userr/row">
<span> REPONSE.redirect("bien.html")</span>
</span>
</table>
</body>
</html>
merci d'avance.