%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" import="java.util.List,com.hotent.core.util.AppUtil" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <% String basePath = request.getContextPath(); String uId = request.getAttribute("uId").toString(); // 在flex中保存,发布流程的请求地址,isAjaxRequest参数,解决session失效下,【保存】操作会弹出登录页代码提示,具体可看PermissionFilter.java String postUrl = basePath + "/platform/bpm/bpmDefinition/flexDefSave.ht?isAjaxRequest=true"; String flowKeyGetUrl = basePath+"/platform/bpm/bpmDefinition/getFlowKey.ht"; String flowListGetUrl = basePath+"/platform/bpm/bpmDefinition/getFlowListByTypeId.ht"; String xmlRecord = request.getAttribute("xmlRecord").toString(); // 加载数据操作 // 获取流程定义id String defId = ""; String loadDateUrl = ""; // flex中获取加载数据的地址 Object defIdObj = request.getAttribute("defId"); if(defIdObj != null && !defIdObj.toString().equals("0")){ defId = defIdObj.toString(); // 流程id loadDateUrl = basePath + "/platform/bpm/bpmDefinition/flexGet.ht?defId=" + defId; } %>
To view this page ensure that Adobe Flash Player version 10.0.0 or greater is installed.