Its fine to set the render fragments attribute using a render action at any time during a flow execution. We figured its most common to set it when executing a transition from a view that does not change the current view.
Keith
Its fine to set the render fragments attribute using a render action at any time during a flow execution. We figured its most common to set it when executing a transition from a view that does not change the current view.
Keith
Keith Donald
Core Spring Development Team
I have same issue.
Under SWF 2.0.8, Spring.add Decoration is work.
But <render fragments="body" /> does not work.
And <render fragments="transferList" /> does not work too.
"body" is tiles attribute name and "transferList" is div id, both does not work.
I reviewed booking-mvc example, but I can not found <render fragments=""/> case.
Can I get another executable SWF fragments (and popup) example?
Or are these configuration wrong? (attach files)