bowler-framework / Bowler

RESTful Web Framework based on Scala, built on top of Scalatra & Scalate
http://bowlerframework.org
BSD 3-Clause "New" or "Revised" License
118 stars 13 forks source link

NPE in org.fusesource.scalate.RenderContext$.capture(RenderContext.scala:36) #24

Open greenrd opened 12 years ago

greenrd commented 12 years ago
java.lang.NullPointerException
    at org.fusesource.scalate.RenderContext$.capture(RenderContext.scala:36)

occurs if you try to pass a template block to a Scala function.