Hey David, Thanks for the reply. See the funny thing with this is that it prints all the items out then raises the NPE.
I also dont get that if im setting the reader to be val (and therefor immutable) how can it go from being a reader, to being null? even if it was var I thought that readLine was a non-destructive operation. If post.getResponseBodyAsStream resulted in null, then id understand this error. But the fact that it prints the content then fails, is just bizarre. Its almost like the value of the val is changing? (which should be impossible right?) Is there anything I can do with wrapping Can/Full around these things to avoid the error? 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 -~----------~----~----~----~------~----~------~--~---
