To add some specifics to this, I have the following:
The While Controller has the following in its "condition" field:
${mailer_account_id_not_found}
In the While Controller loop, I have a BeanShell PostProcessor that contains
the following script:
vars.get("${mailer_account_id_not_found}");
vars.put("${mailer_account_id_not_found}","false");
Shouldn't this set ${mailer_account_id_not_found} to "false"?
On 12/7/10 1:45 PM, "Manilla" <[email protected]> wrote:
Hi,
Apologies for this naïve question, but I've been having an issue with changing
the vale of a variable in a While Controller. The variable I have in the
condition field is ${Value}. What's the best mechanism for changing the value
of ${Value} to "false"? I've tried using post processors, but I can't verify
that it's being passed. Am I doing something stupid? Is there an obvious way
to do this?
Thanks...Rob