Re: ognl message inside javascript
I guess you could do this with the Script component. Please refer to the documentation. Uli learner schrieb: i have javascript function like below.how to put ognl message key inside my alert as below... function doSomething(){ doSomething(); alert('ognl:key '); return callAnother()
ognl message inside javascript
i have javascript function like below.how to put ognl message key inside my alert as below... function doSomething(){ doSomething(); alert('ognl:key '); return callAnother(); } - To unsubscribe, e-mail: [EMAIL PROT