Hi, I've been using the wicketstuff XHTML validator to clean up all our app pages from validty issues. Great stuff, easy to use, good reporting.
Now, I would feel more comfortable to have the XHTML validation embedded in unit tests as well, so that if a validation error pops in the tests will simply start to fail. However, it seems the filters are not executed in wicket tester. I looked a bit into the sources and it seems to be possible to rewrite the main class to turn it into a validation utility, but I'm not very comfortable doing that given it's Apache license and our source code base is GPL instead (would like to avoid mixing the Apache license in the sources, that is). Is there a better way? Cheers Andrea --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
