Thanks for the reply.I am using tapestry4 with tomcat5
I am using friendly URLs and trying to manage someof my HTML pages
in subdirectories .By organising the .java files in the same stucture as
the HTML pages i am getting output as static html pages .All my
"userDefined tapestry components " ar
Abhilash,
Are you using Tapestry 4 or 5?
There is a certain directory structure you should model after for
either case. I suggest finding a demo or tutorial and starting with
that, then grow your application from there. Start with something
that works.
With Tapestry 4, you may have to specify y
Thanks for the reply but problem is my html page is unable to find its java
class!
am i missing to give something in specifications?
abhilash wrote:
>
> I have a sub directory called admin under WEB-INF .My servlet mapping is
>
> dentaprise
> /app
>
>
> i have ListClient.htm
On Wed, 22 Aug 2007 06:17:17 -0700 (PDT), abhilash wrote
> I have a sub directory called admin under WEB-INF .My servlet
> mapping isdentaprise name> /app
>
> i have ListClient.html in admin directory.I am unable to get the page
> ListClient.where i have to specify my sub director