Hi I am using JSF + Facelets in my project and am using WebTest to test it . One of the pages always used to fail on a clickLink test . The output of WebTest indicated that there was no such link in the input. It turned out the problem was that there was a <html> tag within the <html> and this caused the some links which were outside the inner html tag to be ignored . Is there a setting in webtest to ignore bad tags ?

