RequestContext

来源:互联网 发布:linux net ratelimit 编辑:程序博客网 时间:2024/06/06 03:49

<%@page import="com.primeton.tp.core.prservice.context.RequestContext"%>

RequestContext reqContext = (RequestContext) request.getAttribute(com.primeton.tp.web.driver.webdriver.WebDriver.REQUEST_REQUEST_CONTEXT);
 
int rowNum = new Integer(reqContext.getEntityValue("list/@rowNum")).intValue();

String f1 = reqContext.getEntityValue("list/"+entityName+"[@rowNum='"+ i + "']/" + fields[j])