You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by kpub <kp...@actcom.net.il> on 2003/09/07 07:58:13 UTC

engine-class

Hi,

I'm trying to use my own engine class.
After setting <property name="org.apache.tapestry.engine-class" 
value="online.MyEngine" />
the engine-class is still BaseEegine. Any idea?

Thanks
Yaniv.







---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: engine-class

Posted by kpub <kp...@actcom.net.il>.
Hermann Röscheisen wrote:

> Hi,
>
> newbie, too, eh? Welcome to the club. As I did the same mistake some 
> days ago, I can help you. It's not a property, you must bind it as 
> parameter directly to the application:
>
> <application name="backapp" engine-class="de.tapestry.engine.Engine">
>   ...
> </application>
>
> Hope this helps,
> Hermann
> -------------------------------------
> Hermann Röscheisen, Am Gojenboom 33a, 22111 Hamburg
> E-Mail: hr@gojenboom.de, Fon: (040) 65 99 43 54
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
Thanks now it's working ok.

Yaniv.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: engine-class

Posted by Hermann Röscheisen <ne...@gojenboom.de>.
Hi,

newbie, too, eh? Welcome to the club. As I did the same mistake some 
days ago, I can help you. It's not a property, you must bind it as 
parameter directly to the application:

<application name="backapp" engine-class="de.tapestry.engine.Engine">
   ...
</application>

Hope this helps,
Hermann
-------------------------------------
Hermann Röscheisen, Am Gojenboom 33a, 22111 Hamburg
E-Mail: hr@gojenboom.de, Fon: (040) 65 99 43 54


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org