} catch ( PortalException pe ) {
log.error( "UserPreferencesManager::processUserPreferencesParameters(): Unable to get subscribe ID for fname="+fname);
}
if ( ulm instanceof TransientUserLayoutManagerWrapper ){
// get wrapper implementation for focusing
TransientUserLayoutManagerWrapper iulm =
(TransientUserLayoutManagerWrapper) ulm;
// .. and now set it as the focused id
iulm.setFocusedId(subId);
}
complete_up.getStructureStylesheetUserPreferences().putParameterValue("userLayoutRoot",
subId);
if (log.isDebugEnabled())