access javascrip variable in java
Posted
by chetan
on Stack Overflow
See other posts from Stack Overflow
or by chetan
Published on 2010-06-16T10:24:04Z
Indexed on
2010/06/16
10:33 UTC
Read the original article
Hit count: 120
JavaScript
function test(custId){
List<Account> list=accountDelegate.findAccountEntityByGroupId((long)%>
custId<%)%>;
<script>
}
Here my question is how to send custId to java method as parameter from java script.where java method takes long argument.
© Stack Overflow or respective owner