You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by mu...@fantasymail.de on 2007/01/19 00:28:22 UTC

No .page files ?

I am playing around with a HoneycombLib generated Tapestry project....
There is only an application file and no page files....just java classes - but it works. How come there are no page files anymore?

In the appliction file it only says:

    <meta key="org.apache.tapestry.page-class-packages" value="Domain.pages"/>


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


Re: No .page files ?

Posted by Simon Raveh <si...@sns-soft.com>.
It is probably using jdk 1.5 and tapestry annotation to specify all the 
page configuration information inside the java source.

Simon

munich@fantasymail.de wrote:
> I am playing around with a HoneycombLib generated Tapestry project....
> There is only an application file and no page files....just java classes - but it works. How come there are no page files anymore?
>
> In the appliction file it only says:
>
>     <meta key="org.apache.tapestry.page-class-packages" value="Domain.pages"/>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>
>   


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