Dolteng でリンクの &

<a id="goHogeConfirm-confirm" href="hogeConfirm.html?fixed_crudType=1&id=id">Inquire</a>

というような href が生成され、

[ESSR0054]SAXException occured, because org.xml.sax.SAXParseException: The reference to
entity "id" must end with the ';' delimiter. at file:///view/hoge/hogeList.html( lineNumber = 32,
columnNumber = 73)

と言うような感じで言われた。&amp; にする必要がありそう。

TeedaのExtensionFilter

org.seasar.teeda.extension.filter.ExtensionFilter なるものがあることに気がついた。というわけで、ポートレット的に影響があるのか確認。VirtualResourceを呼んで、対象リソースかをチェックして処理するだけのようなので、特に、ポートレット用にフィルタを作る必要はないようだ。