在1.0的時候是好使的 換成2.0的時候 就出現(xiàn) Missing method or missing parameter converters 這個錯誤了
2007-11-29 17:44:14 org.directwebremoting.util.CommonsLoggingOutput warn
警告: Marshalling exception: Missing method or missing parameter converters:
主要原因就是DWR2中更新了的內(nèi)容,原文如下:
The callback-as-first-parameter system has been deprecated since version 0.9 in favor of the callback-as-last-parameter system. In version 2.0 we removed support for the first-parameter option because it caused some hard to detect bugs with null parameters. From version 2.0 the callback must be the last parameter, and can not be the first parameter.
就是說以前版本callback參數(shù)是放在參數(shù)列表第一個參數(shù),而在0.9版本中callback參數(shù)改為參數(shù)列表最后一個參數(shù)。到2.0版本取消了對callback參數(shù)前置的支持。
posted on 2008-03-05 00:22
xyz 閱讀(874)
評論(1) 編輯 收藏 所屬分類:
網(wǎng)絡(luò)文摘