Yep- all .html and .page files need to be in a single top-level directory. I 
learned this through experimentation too.

My first preference was to place the .page and .html files along with 
the .java files in my src tree:

src/com/foo/bar/SomePage.java
src/com/foo/bar/SomePage.page
src/com/foo/bar/SomePage.html

because I like to keep like-things together. But that didn't work either.

-jason

On Sunday 09 October 2005 23:55, Kosarev A.V. wrote:
> > Hmm . . . perhaps to your context/ directory (assuming you have
> > context/WEB-INF/).  If not, then I'm all out of ideas, unfortunately.
>
> With files structure:
> Home.html
> WEB-INF/
>         classes/ru/myapp/tapestry/admin/pages/Home.class
>         admin.application
>         web.xml
> all  working, but this inconveniently, since I can't separate files in
> folders. Variant
> admin/Home.html
> WEB-INF/
>         classes/ru/myapp/tapestry/admin/pages/Home.class
>         admin.application
>         web.xml
> doesn't work.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Jason L. Buberel -- [EMAIL PROTECTED] -- www.buberel.org
+1.650.483.1989  -- jabber:[EMAIL PROTECTED]

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

Reply via email to