2009-09-01から1ヶ月間の記事一覧

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 …

デフォルトではFreemarkerのpublicフィールドが使えません。getterを書く必要があります。 しかしS2JDBCのエンティティを使うときにgetterがありません。解決策: StrutsBeanWrapper.javaのコンストラクタを修正: this.altMapWrapper = altMapWrapper; ↓ th…