标签:jsp

el 表达式问题

现在jsp页面上显示 <c:forEach varStatus=”i”> ${user${i.count}.name} </c:forEach> user对象  name是属性 多个user对象 红色部分有没有什么办法可以显示的? 解决方案 20 ${user[i.count].pic} ……

标签里的onclick=""不执行

onclick=”deleteBusinessMessage()”为什么不执行 <div class="pannel_con clearfix">   <div>   <p>   <a data-toggle="tooltip"  title="设为已读" ……

运行listPerson.jsp 出现com.mysql. cannot be resolved to a t

[b][color=#FF0000]在MyEclipse里面运行listPerson.jsp出现下面提示错误:[/b][/color] [color=#FF0000]An error occurred at line: 42 in the jsp file: /listPerson.jsp com.mysql.jdbc.Driver cannot be re……

各位好!本人刚开始学jsp遇到一道题不会做,望指点

问一下第二题咋做啊! 解决方案 30 public static void main(String[] args){  int[] moneyArr = {100,50,20,10,5,1}; int myMoney = 78; for(int i=0;i<moneyArr.length;i++){ if(myMoney>=……

freemarker和jsp的比较

本人虽从事Java开发两年多,但是开发中,展示层一直用的是jsp。近日公司新来一位同事,告诉本人,jsp已然很落后,他们之前公司用的是freemarker。 本人没有用过这个模板引擎,不知道好坏,感觉现在很多公司用freemarker好像也没有jsp多,所以有些怀疑freemarker是不是真的比jsp好很多。 希望了解的朋友们可以比较一下两者的优缺点,希望……

javabean 问题讨教

myeclipse 运行出现如下问题,麻烦各位看看,本人看了很多遍都看不出什么问题 type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exce……