Re: T5: CMS based on T5

2008-12-24 Thread Bouiaw
We have started to implement a Tapestry 5 frontend on Igenko ( http://code.google.com/p/igenko/) CMS/eCommerce solution. I think I will commit the first Tapestry 5 prototype module in a few weeks. The core of the CMS is based on Java Content Repository and Spring. The backoffice is developped in

BeanEditForm Screencast

2008-12-24 Thread hemen
Hi, I am new to Tapestry. I have made two or more demo application for tapestry5. in Tomcat5.5 and eclipse plugin splindle and the greatest help of the ScreenCast of Howard (http://tapestry.apache.org/tapestry5/screencast.html)... But in the 4th screencast for the beaneditForm it will

Re: BeanEditForm Screencast

2008-12-24 Thread SergeEby
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

Re: BeanEditForm Screencast

2008-12-24 Thread hemen
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

Re: BeanEditForm Screencast

2008-12-24 Thread Borut BolĨina
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 hemen.punj...@googlemail.com Thanks SergeEby, Please suggest me the eclipse plugins for the tapestry-5. Actually right now i m

Does the onActivate method can't return a Page?

2008-12-24 Thread d0ng
Hi, I have a page that's used to redirect request to other page in some case,but I don't make it work well. For example,in the test code the Index page can't be render and there is nothing to output. public class Test { @InjectPage private Index index; public Object onActivate() { return index;

RE: Tapestry Upgrade problem

2008-12-24 Thread Mike Wasserman
I've tried with JDK 1.5.0_10 and JDK 1.5.0_17 and I am experiencing the same problem with both. The Selenium tests are hitting the app pretty hard and I'm wondering if it's causing a threading problem within Tapestry. Isn't the component creation multi-threaded? -Original Message- From:

Re: Tapestry Upgrade problem

2008-12-24 Thread Andreas Andreou
So, you weren't seeing this problem with 4.1.2 ? I'd be interesting if you could try with a 1.6 VM, but apart from that and since you're getting this consistently, i'm wondering if you can try this (which is based on some old reports I remember reading here): - Start your app and before running

tapestry jruby integration.

2008-12-24 Thread hari ks
Hi, Is there tapestry integration with jruby for a backing .rb file(instead of .java). (Like jsf/glassfish+jruby integration) Thanks Cegards, Hari Sujathan. - To unsubscribe, e-mail: