当前位置:网站首页>Use of JSP sessionscope domain
Use of JSP sessionscope domain
2022-06-25 11:42:00 【Duxiaolie】
demand : When adding a page to return , The search criteria do not show ,
reason : I am visiting List On the page , Use requestScope The search criteria returned by the field . When I go to add pages , And then back List On the page , It does not trigger the query background List Page method .
resolvent : Instead of sessionScope To store the request conditions . Use HashSet To add the data of query criteria .
<div class="cnmRowBox cnmRowBoxfRole cnmRowBoxfRole_w27">
<dl class="cnm-select cnm-selectNet">
<dt>
<span> <liferay-ui:message key="Access.Computer.Room.DataCenter" />:</span>
</dt>
<dd>
<select class="cnmSelt cnmputrState vewlog" id="selectSearchType">
<option value=""><liferay-ui:message key="all" /></option>
<c:forEach items="${sessionScope.searchDataList}" var="item">
<option value="${item}">${item}</option>
</c:forEach>
</select>
</dd>
</dl>
</div>
边栏推荐
- SystemVerilog (XIII) - enumerate data types
- Builder pattern
- Comparable的使用(用于Arrays.sort)
- 剑指 Offer II 091. 粉刷房子 : 状态机 DP 运用题
- Comparator(用于Arrays.sort)
- 反应c语言程序结构特点的程序
- 云原生数据湖以存储、计算、数据管理等能力通过信通院评测认证
- 为什么要分布式 id ?分布式 id 生成方案有哪些?
- redis的dict的扩容机制(rehash)
- Leetcode 1249. Remove invalid brackets (awesome, finally made)
猜你喜欢

Jincang KFS data cascade scenario deployment

Design and implementation of university laboratory goods management information system based on SSH

SystemVerilog (XIII) - enumerate data types

基于C语言的图书信息管理系统 课程论文+代码及可执行exe文件

Solution to the timeout scenario of Flink streaming computing (official live broadcast)

時創能源沖刺科創板:擬募資11億 年營收7億淨利反降36%

Spark history server and event log details

Data Lake survey

为什么要分布式 id ?分布式 id 生成方案有哪些?

Specific meanings of node and edge in Flink graph
随机推荐
Whole process of web page request
Redis6笔记02 配置文件,发布和订阅,新数据类型,Jedis操作
Kingbasees plug-in DBMS of Jincang database_ UTILITY
SQL injection vulnerability (bypass)
Detailed explanation of Flink checkpoint specific operation process and summary of error reporting and debugging methods
Kingbasees plug-in DBMS of Jincang database_ OUTPUT
Why distributed IDS? What are the distributed ID generation schemes?
SQL注入漏洞(绕过篇)
Xishan technology rushes to the scientific innovation board: it plans to raise 660million yuan. Guoyijun and his wife have 60% of the voting rights
A difficult mathematical problem baffles two mathematicians
Simple use of stream (II)
贝叶斯
TCP如何处理三次握手和四次挥手期间的异常
Kingbasees plug-in ftutilx of Jincang database
Comparator(用于Arrays.sort)
PHP如何提取字符串中的图片地址
Double tampon transparent cryptage et décryptage basé sur le cadre minifilter
Spark runs wordcount (case 2)
ThingsPanel 发布物联网手机客户端(多图)
Idea local launch Flink task