0 Replies Latest reply on May 7, 2007 11:20 AM by jquery

    Remoting problem - xxx is not a function

    jquery

      Hi,

      I'd like to use remoting in my application. I am following the docs but I get the error:


      Seam.Component.getInstance("categoryHome").loadAllCategories is not a function


      What does it actually mean? I'm sure the categoryHome object has loadAllCategories method and implements CategoryHomeInterface which contains:


      @WebRemote
      public void loadAllCategories();


      Thanks for any help,
      jquery