Hi Simon

The .page file is not mandatory, but you may be have to set the following to your app.application file:

<meta key="org.apache.tapestry.page-class-packages"
                value="com.foo.bar" />

This results in tapestry looking for page classes below this package namespace, e.g. page "Home" will be mapped to "com.foo.bar.Home" class.

Cheers,
mika

Simon Raveh wrote:
Hi,

Is there something like @ComponentClass that I can use with a page or is it mandatory to have .page file

Thanks,
Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to