Hi, I'm receiving exceptions when I hit a tapestry page with two browsers while page caching is disabled (Using the flag -Dorg.apache.tapestry.disable-caching=true). What I think is happening is tapestry is trying to initialize the first Instance of a page and gets hit with the second request half way through initializing the first Instance.
The exception I am getting is: org.apache.tapestry.BindingException: Unable to read OGNL expression '<parsed OGNL expression>' of [EMAIL PROTECTED]: java.lang.NullPointerException This is easy to reproduce by hitting any tapestry page with JMeter multiple times while caching is disabled. Should I be able to assume that the first request would block until it has initialized the page? Is this a bug? Thanks in advance, Justin McAllister