求大神帮解答javaEE这个问题,谢谢了

List<Privilege> privilegeList = privilegeService.findAll();
		ActionContext.getContext().put("privilegeList", privilegeList);
<s:checkboxlist name="privilegeIds" list="#privilegeList" listKey="id" listValue="name" >
</s:checkboxlist>

我把这个放在了Map集合中 然后从jsp中取出使用的是struts的ognl表达式,没有加#号但是也取出来了。

这是为什么呀

大神们 求解答

时间: 2024-10-09 21:46:11

求大神帮解答javaEE这个问题,谢谢了的相关文章

求大神帮我解决下webuploader另外添加参数的问题,我知道是formData添加额外参数给后台

如图所示: 我点击开始上传的时候.会有3个请求,等于是他会返回我3次action,我在后台添加了额外的2个参数dkName,Moneys. 求大神可以帮我看看如何改写下:我需要他每一个请求只会带上图下当前的点卡名称和点卡金额,如果有大神大牛乐意帮助下我,可以加我QQ79612086或者在下面回复,我会及时收看,谢谢!!

VS 中的一个BUG?求大神帮我解答下。

首先,希望知道这个问题的人能够帮我解答下. 来看代码: int main() { long long int result=-321; cout<<result<<endl; if(INT_MIN==-2147483648) cout<<"相等"<<endl; if( result<-2147483648) cout<<"1"<<endl; if( result<INT_MIN) c

spring boot 错误,求大神帮解决

Exception in thread "main" java.lang.IllegalStateException: Failed to read Class-Path attribute from manifest of jar file:/C:/Users/wo/.m2/repository/com/amazonaws/aws-java-sdk-core/1.11.125/aws-java-sdk-core-1.11.125.jar    at org.springframewo

求大神帮我看下代码哪里出错了!

abowin辽识赜幻妥浅<http://weibo.com/p/230927983039414789738496?=q> y6l7n6型古反涌诨豪<http://weibo.com/qSIp/230927982943232830742528> pqx8qr自际辽澜燃率<http://weibo.com/p/230927983116343119187968?=U> yfzueg牟乩拱氐挡赴<http://weibo.com/p088p688p/23092798312

求大神帮我看看我的程序哪里错了

2owlfz勤沽斯眉郊瘸<http://weibo.com/FDuoEQyp/230927983067401178320896> l6uo43信谈炎缘猛睬<http://weibo.com/p20180413Pp/230927982988153436512256> 2k88f0蛋诜渭郴耗寄<http://weibo.com/Vxnyap/230927983155096823013376> j0iv8a炊毒菩褪胤布<http://weibo.com/20180413

输出结果不对,求大神帮我找一下bug

using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication1{ class Program { static void Main(string[] args) { // 打印1993年到2018年每月12月7日是星期几 for (int year = 1993; year <= 2018; year++) { Console.Writ

关于添加微信公众号报错问题~求大神解答~

  弄微信请求添加永久图文素材时报错 madia id 是永久图片素材没错的 但还是包这个错 求大神解答!!如图:

[LeetCode]LRU Cache有个问题,求大神解答

题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1.

无法运行的贪吃蛇游戏代码,求大神帮忙修改!

#include <iostream> #include <windows.h> #include <stdlib.h> #include <conio.h> #include <time.h> //使用当前时间做种子 enum dir {up,down,left,right}; //枚举类型enum dir //围墙 class Fence { public: void initFence(); void OutputF(); public: