It appears the call to output.flush() was added and output was always null.

I've added an if(output !=null) around the flush call - can someone let me know if this isn't a valid state and requires further investigation.

THanks,
Brett

Brett Porter wrote:

I just updated the Jelly dependency on Maven's CVS HEAD from beta-4 (which I verified as working) to the latest and got a failure. Going back, I found the same problem with Jelly RC1.

The call to output.flush() currently on line 242 of TagScript.java is throwing a NullPointerException. Any ideas how output gets to be null?

I'll investigate some more.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to