Struts2-jQuery-pluginのdatapicker問題

IEでみると
HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
と文句を言ってくれる。
どうもタグの生成順番や生成に間に合わないように思う。

で、
/template/jquery/jquery-bind.ftl

_struts2_jquery.bind($('#${parameters.id?html}')); を
$(function() {_struts2_jquery.bind($('#${parameters.id?html}'));}); に
直したら無事に解決。

本家にも報告しました:
http://code.google.com/p/struts2-jquery-plugin/issues/detail?id=15