1 Reply Latest reply on May 14, 2012 12:48 PM by jr_rodriguez_l

    Seam remoting

    baijik

      I have some problems with seam remoting.

      For example, I have method test() in my component "myComponent" that marked @WebRemote and it is work fine. I want to add another one test1(). But I can't access it. After few restarts it is become accessible.

      Javascript console wrote TypeError: Object [object Object] has no method 'test1'. It seems that jboss or browser cache something. But I'm not sure.