7;s quick to do.
On 16 Sep 2014 07:21, "Макаров Роман" wrote:
> How do I escape single quote character in parameter?
> I.e. I need something like this ${someFunction('\'')}.
>
Hi,
I think you can escape in Java code and pass value into javascript function
params. We have common-lang library to support that.
Thanks.
On Tue, Sep 16, 2014 at 1:21 PM, Макаров Роман
wrote:
> How do I escape single quote character in parameter?
> I.e. I need something lik
How do I escape single quote character in parameter?
I.e. I need something like this ${someFunction('\'')}.