[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

Jayaranga do-not-reply at jboss.com
Tue Mar 13 00:34:31 EDT 2007


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);



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027411



More information about the jboss-user mailing list