当前位置:网站首页>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>
边栏推荐
猜你喜欢

C disk uses 100% cleaning method

Ladder side tuning: the "wall ladder" of the pre training model

按钮多次点击造成结果

Flink deeply understands the graph generation process (source code interpretation)

Explain websocket protocol in detail

SQL注入漏洞(类型篇)

Yisheng biological sprint scientific innovation board: 25% of the revenue comes from the sales of new crown products, and it is planned to raise 1.1 billion yuan

Evaluating the overall situation of each class in a university based on entropy weight method (formula explanation + simple tool introduction)

Data Lake survey

What are the ways to simulate and burn programs? (including common tools and usage)
随机推荐
CFCA安心签接入
JSON format processing
Big Endian 和 Little Endian
Comment TCP gère - t - il les exceptions lors de trois poignées de main et de quatre vagues?
CMU提出NLP新范式—重构预训练,高考英语交出134高分
Semaphore source code analysis
Spark history server and event log details
基于超算平台气象预警并行计算架构研究
How to realize the rich text editor function of mobile terminal
Detailed explanation of Flink checkpoint specific operation process and summary of error reporting and debugging methods
基于OpenStreetMap+PostGIS的地理位置系统 论文文档+参考论文文献+项目源码及数据库文件
try-catch-finally
Xishan technology rushes to the scientific innovation board: it plans to raise 660million yuan. Guoyijun and his wife have 60% of the voting rights
Dynamic programming to solve stock problems (Part 1)
SQL注入漏洞(绕过篇)
SQL注入漏洞(类型篇)
Arrays. asList()
Big endian and little endian
Countdownlatch source code analysis
Why distributed IDS? What are the distributed ID generation schemes?