Re: going from 4.0 to 4.1

2006-07-23 Thread Jesse Kuhnert
Towards the end of my last "real job" I was getting pretty comforatable with the org.apache.tapestry.test.Creator class to help me test my components/pages invidually. This usually solved 85% of my use cases (as far as testing/productivity goes). I've broken the tapestry base test classes out in

RE: going from 4.0 to 4.1

2006-07-23 Thread Kevin Menard
Having tried the same migration with the latest HTMLUnit release (1.8 I think), I can say for certain that it will not work. Mind you, Dojo is now used even for client-side validation in form components, so simply avoiding Ajax items won't buy you much. After quite a bit of work, I migrated over

Re: going from 4.0 to 4.1

2006-07-20 Thread Jesse Kuhnert
Answers inlined. On 7/20/06, Dan Adams <[EMAIL PROTECTED]> wrote: The stuff in 4.1 looks neat but I have a couple questions about transitioning. I apologize if these have already been answered. - Does it effect your ability to test with htmlunit? We use this a *ton* and testibility is a big is