EOS關於list的在jsp頁面上的迭代操作

2021-08-29 17:33:06 字數 932 閱讀 8205

500000

商品查詢

100商品

500001

區域查詢

200區域

jsp頁面中這樣寫:

例子2:

資料:101

10120081106

44芙蓉王,將軍

1011

1011

10,1

120081106

芙蓉王將軍

芙蓉王將軍

jsp頁**:

<% string s = "list[@type='cost_sort']/cost_sort[@rownum='" + i + "']/list[@type='ctc']/entity[@rownum='"+i+"']/name";

string dis = "list[@type='cost_sort']/cost_sort[@rownum='" + i + "']/length";

%>

(只能用bean:write輸出,不能有<%=s%>)

有jsp**獲得資料去資料

<%@page import="org.w3c.dom.node"%>

<%@page import="com.primeton.tp.common.xml.xmlutil"%>

<%

com.primeton.tp.core.prservice.context.requestcontext reqcontext = (com.primeton.tp.core.prservice.context.requestcontext) request.getattribute(com.primeton.tp.web.driver.webdriver.webdriver.request_request_context);

string s = reqcontext.getentity("users/name");

%>

jstl el表示式實現list在jsp頁面的輸出

pendingview.jsp使用jstl el表示式,來顯示list的集合,顯示8條資訊,如果記錄為空,顯示無資料,並有7條資料空行,action userbean user new userbean user.setmail lizc surekam.com user.setcn lizc us...

在 jsp頁面中遍歷list中的資料

往往我們都會將查詢到的資料顯示到介面中,那麼該如何在介面顯示,請看下面的詳解 0 前提得在jsp頁面中獲取後台傳過來的資料 在此為list集合 list itemcategorylist list request.getattribute itemcategorylist 往往在前台顯示的時候回使用...

關於Ajax在jsp和controller層的互動

controller層 jquery的ajax方法 序列化表單值,建立 url 編碼文字字串 success function data error function data 此 是在專案系統中乙個簡訊傳送的功能介面。在jsp與controller互動時,除了ajax外,在url中帶參 如 win...