<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@taglib uri="/struts-tags" prefix="s"%> <%@page import="com.ccgj.platform.util.GlobalDefine"%> <%@page import="com.opensymphony.xwork2.ActionContext"%> <%@ page import="com.ccgj.database.beans.YHB"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <% String id=""; String name=""; if(ActionContext.getContext().getSession().get(GlobalDefine.USER) != null){ YHB yhbBean = (YHB) ActionContext.getContext().getSession().get(GlobalDefine.USER); id = yhbBean.getId().toString(); name = yhbBean.getYhmc().toString().trim(); }else{ out.print(""); return; } %>
项目名称: