https://issues.apache.org/bugzilla/show_bug.cgi?id=47793
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution| |INVALID --- Comment #4 from Sebb <[email protected]> 2009-09-07 09:15:37 PDT --- There's no definition of the variable "value". But the main problem is that the following is not valid Javascript: '${key}'=='x'?${key}:${E1}${E2} If "key" is a string, then the ${key} part of the ternary needs to be enclosed in single-quotes; the second part of the ternary result then needs to be quoted as well. JMeter cannot help it if the Javascript error is misleading. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
