Seasar

TeedaのTreeコンポーネントのメモ

ドキュメントが無さそうなので手探り バージョンはteeda-1.0.11-SP2 画像のパス指定 teedaCustomize.diconに追加 <component class="org.seasar.teeda.extension.util.TreeNavigationImageLocatorImpl"> <property name="imageRoot">/img/</property> </component> 画像のファイル名はTreeNavigationImageLocatorImplクラスの定数で定義されてるTeedaExtensionのjarに含まれる画像を使う場合はこうす…