8384858687888990919293
{ String id = map.getViewScopeId(); if (id == null && create) { // Force create map.forceCreateWrappedMap(facesContext); id = map.getViewScopeId(); } return id; } return null;
100101102103104105106107108109110