On Thu, Feb 28, 2008 at 12:02 PM, Michael Marth <[EMAIL PROTECTED]> wrote:
> ...if I try to include the file contents through sling.include I get a > "resource not found" in the log ( o.a.s.j.r.i.JcrResourceResolver: Could not > resolve URL xxx to a Resource). That's OK, because it is not a node, but a > property. However, I can access it in the browser, so it struck me as a bit > inconsistent.... Not sure why you'd want include a (binary I assume) file with sling.include? That's mean for including markup, not binary data. -Bertrand
