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