> The InputStream should be read by a factory which creates the response > objects. Those response objects are immutable.
That was going to be my next step - what your effectivly saying is that you have a singleton to access that input stream so we then only ever have a single instance of the InputStream kicking around and thus avoid the NPE? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
