i have a legacy code that writes a jsp page in xml, and i am trying to convert it to JSF 2 but i am getting the following exception:
Jul 10, 2012 11:34:57 AM
my problem was that i was forgetting to close the outputstream in some other place in the code that was not posted above.