Suchith
7 years agoAce
How to get Collection value inside javascript.
Hi,
I want to get user collection values inside javascript. for example if i want to get user name and email in will write an html code like below:
<p>${user.login}</p>
<p>${user.email}</p>
How can access the same value through javascript.
Thanks.