Which browser? I've just discovered it has a problem in IE 9. It's OK in IE
9's compatibility mode but in normal mode it doesn't show the overlay.
If IE 9 is your problem then try replacing this:
new StylesheetOptions().withCondition("IE")
with this (untested):
new StylesheetOptions().w
Hello, I'm playing with testing today and I came across the following
Tapestry documentation which I'm finding to be a little out of date.
http://tapestry.apache.org/unit-testing-pages-or-components.html
I tried the following example, but noticed "getChildText()" seemed to
have been removed from