Set pageFlowScope variable:
AdfFacesContext.getCurrentInstance().getPageFlowScope().put("key", "value");
Get pageFlowScope:
Map map = AdfFacesContext.getCurrentInstance().getPageFlowScope();
Sunday, November 14, 2010
Subscribe to:
Post Comments (Atom)

not working , its wrong entry please correct it would be like this ADFContext.getCurrent().getPageFlowScope().get("iconSl")
ReplyDelete