tags:

views:

322

answers:

0

My domain model has the ability to output the byte array of a pdf file.

Is there a way to go directly from the byte array to the outputResource without having to create an intermediate bean to store the array into a Resource? This would be a lot easier as I dont want to put Faces code in the domain objects...