当前位置:网站首页>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>
边栏推荐
- Problems encountered using easyexcel
- 剑指 Offer II 091. 粉刷房子 : 状态机 DP 运用题
- 牛客网:旋转数组
- 基于SSH的高校实验室物品管理信息系统的设计与实现 论文文档+项目源码及数据库文件
- Is industrial securities a state-owned enterprise? Is it safe to open an account in industrial securities?
- 9 cases where elements cannot be located
- Spark history server and event log details
- Getting started with Apache Shenyu
- Why distributed IDS? What are the distributed ID generation schemes?
- Jincang KFS data centralized scenario (many to one) deployment
猜你喜欢
Eureka accesses the console and reports an error: whitelabel error page
基于超算平台气象预警并行计算架构研究
Detailed explanation of Flink checkpoint specific operation process and summary of error reporting and debugging methods
Leetcode 1249. Remove invalid brackets (awesome, finally made)
ThingsPanel 發布物聯網手機客戶端(多圖)
Evaluating the overall situation of each class in a university based on entropy weight method (formula explanation + simple tool introduction)
Vulnérabilité à l'injection SQL (contournement)
Double buffer transparent encryption and decryption driven course paper + project source code based on minifilter framework
Idea local launch Flink task
牛客网:旋转数组
随机推荐
牛客网:旋转数组
Kingbasees plug-in DBMS of Jincang database_ RANDOM
Vulnérabilité à l'injection SQL (contournement)
relu与sigmod的比较
Redis6 note02 configuration file, publish and subscribe, new data type, jedis operation
金太阳教育美股上市:市值3.6亿美元 成小盘中概股
西山科技冲刺科创板:拟募资6.6亿 郭毅军夫妇有60%表决权
子类A继承父类B, A a = new A(); 则父类B构造函数、父类B静态代码块、父类B非静态代码块、子类A构造函数、子类A静态代码块、子类A非静态代码块 执行的先后顺序是?
How PHP extracts image addresses from strings
推荐一款M1电脑可用的虚拟机软件
Jincang KFS data cascade scenario deployment
翌圣生物冲刺科创板:25%收入来自新冠产品销售 拟募资11亿
Subclass a inherits from parent class B, a a = new a(); Then the execution sequence of the constructor of parent class B, the static code block of parent class B, the non static code block of parent c
Leetcode 1249. 移除无效的括号(牛逼,终于做出来了)
Leetcode 1249. Remove invalid brackets (awesome, finally made)
Comparator (for arrays.sort)
SQL注入漏洞(繞過篇)
Why distributed IDS? What are the distributed ID generation schemes?
Wait (), notify (), notifyAll (), sleep (), condition, await (), signal()
Nacos installation and use