Russel,
  Thanks for a great piece of software and your dedication towards it.  Keep up the good work. 

I am facing a strange problem with javascripts in a separate file.  In most of the code, I have a scenario where javascript is present in the JSP using the following mannager <javascript src="something.js" type=text/javascript>.  Now this usually never causes a problem but sometimes, The WebResponse object contains just the javascript instead of the actual html that has the embedded <javascript src=...> tag.  Thus all the asserts fail trying to find some html text in the javascript.    This seems to happen consistently for certain pages but not for all the places where I have used javascript.  Any clues on what could be the problem or how to go about debugging this?