Re: escape single quote character in parameter

2014-09-16 Thread Lance Java
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('\'')}. >

Re: escape single quote character in parameter

2014-09-15 Thread Chung Khanh Duy
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

escape single quote character in parameter

2014-09-15 Thread Макаров Роман
How do I escape single quote character in parameter? I.e. I need something like this ${someFunction('\'')}.