Sunday, November 14, 2010

Get/Set pageFlowScope variable from manage bean

Set pageFlowScope variable:

AdfFacesContext.getCurrentInstance().getPageFlowScope().put("key", "value");

Get pageFlowScope:

Map map = AdfFacesContext.getCurrentInstance().getPageFlowScope();

1 comments:

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

    ReplyDelete