Make sure you have something like this in your .application file:

  <meta key="org.apache.tapestry.visit-class"
      value="your.package.Visit"/>
   <meta key="org.apache.tapestry.page-class-packages"
      value="your.package.pages"/>
   <meta key="org.apache.tapestry.component-class-packages"
      value="your.package.components"/>

~chris

On 1/13/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:
> I am trying to get a good feel for replacing as much in the .page file using
> annotations.  I have a very simple page and I have used annotations for the
> Form and the TextField.  I tried removing the .page file completely,
> assuming it was no longer needed, but I got an exception:
>
> Page 'Home' not found in application namespace.
>
> My question is what can I do, if anything, to lose the .page file
> completely?  Or do I have to have one no matter what, just empty.
>
> Thanks.
>
> Gregg
>
>


--
~chris

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

Reply via email to