<div><component name="pageCustomizer" <br> class="org.seasar.framework.container.customizer.CustomizerChain"><br> <initMethod name="addAspectCustomizer"><br> <arg>
<b>"j2ee.requiredTx"</b></arg><br> <arg><b>"do.*, initialize, prerender"</b></arg><br> </initMethod><br> </component><br> </div>
<div>what's the meaning?</div>
<div> </div>
<div>If i place do method in actions ,and i want to customaizer methods in actions ,can i write like this?</div>
<div> </div>
<div><component name="actionCustomizer" <br> class="org.seasar.framework.container.customizer.CustomizerChain"><br> <initMethod name="addAspectCustomizer"><br> <arg>
<b>"j2ee.requiresNewTx"</b></arg><br> <arg><b>"do.*, transaction,sendmail</b><b>"</b></arg><br> </initMethod><br> </component></div>
<div> </div>
<div>help!</div>
<div> </div>
<div>Thanks a lot!</div>