`
kevinhrw
  • 浏览: 187567 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

DWR RC1 to RC2 的问题 XXX are applicable for the passed parameters.

DWR 
阅读更多

ERROR Message: XXX  are applicable for the passed parameters.

javascript
 
DWRMethods.getStuff(this.currentBusinessId ,this.getStuffCallback);
 
java


public void getStuff(long userId)
{
    //do stuff
}

 

 

Either of these will work.  

DWRMethods.getStuff(this.currentBusinessId*1,this.getStuffCallback);

DWRMethods.getStuff(parseInt(this.currentBusinessId),this.getStuffCallback);

 

升级还有点问题,回RC1了

还听说DWR有一些性能问题,后面准备不用DWR,使用REST来取代.

 

 

http://dwr.2114559.n2.nabble.com/RC2-td5479910.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics