This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: How to use defined variablesriket44 Jul 2, 2007 5:23 AM (in response to riket44)Hmm in reading my post, I think it's not very clear :) 
 I want to use the variable :<variable name="Produit" access="read,write,required" ></variable> 
 In a decisionHandler to do a mySQL request like this :String request = "SELECT * FROM table WHERE id="+ the variable +";"; 
- 
        2. Re: How to use defined variableskukeltje Jul 2, 2007 9:06 AM (in response to riket44)Your original post is very clear. Just look at docs, the testcases and examples.... no need to do it like this, just use the api 
- 
        3. Re: How to use defined variablesriket44 Jul 2, 2007 9:13 AM (in response to riket44)Yes, but I don't understand when the variables are not defined... The examples are all different. I'll try with executionContect.getVariable("varName") ;) 
 Thank you Kukeltje
 
    