Here is a snip from the implementation of render tag (class org.springframework.webflow.action.RenderAction):
As you can see, a list of the fragments is remembered in the flash scope variable (named "flowRenderFragments") to use it at render stage.Code:context.getFlashScope().put(View.RENDER_FRAGMENTS_ATTRIBUTE, fragments);



Reply With Quote
