%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="com.pms.common.utils.*"%> <%@ page import="java.util.*"%> <%@ page import="com.pms.common.bean.PersonBean"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <% PersonBean person = (PersonBean)session.getAttribute(Constants.PERSON_BEAN); String userId = CommonUtils.checkNull(person.getUserId()); String authName = CommonUtils.checkNull(person.getAuthName()); ArrayList userMenuList = new ArrayList(); userMenuList = (ArrayList)request.getAttribute("userMenuList"); %>