[jboss-user] [JBoss Seam] - Re: Seam Remoting failing on Firefox 2.0

cvigouroux do-not-reply at jboss.com
Thu Dec 27 09:36:45 EST 2007


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



More information about the jboss-user mailing list