I tried the lazy val but that didnt work :( I've pasted it onto GIST: http://gist.github.com/16384 - what are your thoughts? My gut feeling is that i need to re-factor PaypalResponse as its become too mutable; im just not sure how to best manage the destructive operations on the InputStream?
> Second, I'd strongly suggest looking at how RequestState is initialized in > Lift. Â RequestState is immutable, but it represents the mutable state of the > underlying HTTPRequest object. Are you talking about: http://github.com/dpp/liftweb/tree/master/lift/src/main/scala/net/liftweb/http/RequestState.scala Cheers Tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
