1 2 Previous Next 18 Replies Latest reply on Mar 13, 2007 1:48 AM by shane.bryzak Go to original post
      • 15. Re: Seam remoting on IE 6 giving javascript error
        jayaranga

        Hello,
        The problem is arise when i tried to pass a pojo as a method parameter. if i tried with strings/ null, that error wont come.

        cant pojo's pass in to a method call as a parameter in IE 6??

        • 16. Re: Seam remoting on IE 6 giving javascript error
          jayaranga

          sorry, i made a post before your reply. it is there. but somehow missed the line.

          Seam.Component.register(Seam.Remoting.type.roomsnet$r5$pojo$portal$TblHotels);

          Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction = function() {
          this.__callback = new Object();
          Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction.prototype.addHotelToMyShortlist = function(p0, p1, callback) {
          return Seam.Remoting.execute(this, "addHotelToMyShortlist", [p0, p1], callback);
          }
          Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction.prototype.isHotelAlreadyAddedToShortList = function(callback) {
          return Seam.Remoting.execute(this, "isHotelAlreadyAddedToShortList", [], callback);
          }
          Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction.prototype.removeHotelFromMyShortlist = function(p0, callback) {
          return Seam.Remoting.execute(this, "removeHotelFromMyShortlist", [p0], callback);
          }
          }
          Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction.__name = "roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction";

          Seam.Component.register(Seam.Remoting.type.roomsnet_r5_admin_businesslogic_DRAMP_UsersPicksLogicAction);

          • 17. Re: Seam remoting on IE 6 giving javascript error
            jayaranga

            Hi, as in http://jira.jboss.com/jira/browse/JBSEAM-700, is it gurenteed that works in any browser??
            i am using a seam component marked as
            @Entity
            @Name("roomsnet.r5.pojo.portal.TblHotels")

            and i m using seam 1.0.1

            will this be the problem ??


            • 18. Re: Seam remoting on IE 6 giving javascript error
              shane.bryzak

               

              "Jayaranga" wrote:

              and i m using seam 1.0.1

              will this be the problem ??


              Yes, I'd say this is the problem. Try with the latest version of Seam.

              1 2 Previous Next