The only eclipse plugin for T5 is http://code.google.com/p/loom-t5/
Check this blog http://bbwebcraft.blogspot.com/ for first steps.
-bob
2008/12/24 hemen
>
> Thanks SergeEby,
>
> Please suggest me the eclipse plugins for the tapestry-5.
> Actually right now i m using context... for ru
Thanks SergeEby,
Please suggest me the eclipse plugins for the tapestry-5.
Actually right now i m using context... for run the project in tomcat
-5...
And Any other tutorial which will guide from the begining for
tapestry-5.
Hemen.
SergeEby wrote:
>
> Hi,
>
> You are mi
Hi,
You are mixing Tapestry 5 and Tapestry 4. From the snippet below, here are a
few problems:
- The templates in T5 have a .tml as extension
- There is no spec file.
- Your packages are incorrect (should be .pages)
- Pages are not abstract
- The BasePage you are extending doesn't exist in