try {
play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation.initActionCall();
runPlayAction();
throw new RuntimeException("No render result from running play action. Probably the action was not using Japid templates.");
} catch (JapidResult jr) {
RenderResult rr = jr.getRenderResult();
// if (shouldCache()) {
//// play.cache.Cache.set(keyString, jr, cacheForVal);
// System.out.println("put in result cache");
// RenderResultCache.set(keyString, rr, cacheForVal);
// }