Ok, some problem with HTML rendering on this forum...

So the remote javascript functions look like :

function getAllIsoCodes() {
    
Seam.Component.getInstance("helloAction").getAllIsoCodes(getAllIsoCodesCallback);
  }

  function getAllIsoCodesCallback(result) {
    alert(result);
  }
  
  function listePays() {
    Seam.Component.getInstance("helloAction").getPays(listePaysCallback);
  }

  function listePaysCallback(result) {
    alert(result[0].getCdpayiso());
  }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115710#4115710

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115710
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to