Thank you Kent! KT> Alexandr Kundirenko <akundirenko <at> gmail.com> writes:
>> I use <meta> tag to set my engine class: >> >> my.application >> ------------------ >> <application name="myapp"> >> ... >> <meta key="org.apache.tapestry.engine-class" >> value="myapp.MyEngine"/> >> ------------------ >> >> But it is not loaded by framework... BaseEngine is used. KT> Use: KT> <application name="myapp" engine-class="myapp.MyEngine"> KT> ... KT> </application> KT> The org.apache.tapestry.engine-class meta property is used only KT> when you don't specify the engine-class attribute or you don't KT> have a .application file. KT> -- KT> Author of a book for learning Tapestry KT> (http://www.agileskills2.org/EWDT) KT> --------------------------------------------------------------------- KT> To unsubscribe, e-mail: KT> [EMAIL PROTECTED] KT> For additional commands, e-mail: KT> [EMAIL PROTECTED] -- aku --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]