Hi,
 
In a regular expression 
reference name - cusid
regular expression - ,'(C\d+)'
template - $1$
match no -0
default value = "nothing found"
 
In the IF controller i want to execute http requests only if cusid not equals 
nothing found
 
i tried
${cusid}!="nothing found"
 
!${cusid}.equals("nothing found")
 
 
the contents of controller never get executed. is the condition incorrect or 
some other problem. I get cusids for some users, and for some users there are 
no cusids. yet code in controller never gets called.
 
regards,
Raj
 

                
---------------------------------
Yahoo! Messenger
 Show us what our next emoticon should look like. Join the fun.

Reply via email to