Hi all,I am experiencing a strange behaviour with my Tapestry 5 project. There is one page that holds a lot of dynamic content. Some of this content is prepared with a @SetupRender method. When I access the page with Google's Chrome Browser, everything shows up as it should and no Exception is thrown. Accessing the page with Firefox, Safari or IE let's the page-object throe a NullPointerException. Could it be that there is some kind of race-condition within Tapestry? I have no other explanation for this. Did anybody else experience this strange behaviour? Are there any counter-measures?
Thanks!