当我尝试单击RadioChoice按钮时出现以下错误。
ERROR: Wicket.Ajax.Call.failure: Error while parsing response: TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': Value is not a valid ByteString.
我无法提供代码。关于此错误的任何想法。
答案 0 :(得分:1)
它必须是传递给jQuery here的header
变量值中的值。
我猜这是lastFocusId的值。
我建议您放置一个断点,看看正在设置哪些值,哪个无效。 lastFocusId
很可能具有一些无法转换为ByteString的Unicode字符。