Hi im using Jdev 11.1.1.2.0 and i need the set a pageFlow variable programmatically from a backing bean, i've found this code
RequestContext.getCurrentInstance().getPageFlowScope().put("foo", "bar");
Im calling the variable from a view JSPx as a text value...but it doesn't load anything...
<af:commandButton text="#{pageFlowScope.foo}" binding="#{backingBeanScope.backing_view1.cb1}" id="cb1"/>
Im doing it right ?? or i need to register somewhere the variable first?