I have problems with the syntax in the condtion strings. Is there any
documentation available ?
I am using groovy, if I set the variable nbParams what would be the correct
syntax in a while loop ? (The following generate the error La valeur de
l'attribut "condition" associé à un type d'élément "null" ne doit pas contenir
le caractère '<')
Hello
I have problems with the syntax in the condtion strings. Is there any
documentation available ?
I am using groovy, if I set the variable nbParams what would be the correct
syntax in a while loop ? (The following generate the error La valeur de
l'attribut "condition" associé à un type d'élément "null" ne doit pas contenir
le caractère '<')
Thank's
Use < instead of <. It's XML, so you should follow the XML syntax
rules.