
JSP自定义标签
文章平均质量分 76
iteye_15549
这个作者很懒,什么都没留下…
展开
-
使JSP自定义标签支持EL表达式(${})
源:http://www.iteye.com/topic/187280 评: <%@taglib prefix="a" uri="/WEB-INF/tags/aa.tld" %> <% String str = "这是EL表达式从 request中取出来的文字!"; request.setAttribute("str",str); %&原创 2013-04-03 20:30:09 · 510 阅读 · 0 评论 -
收藏 JSP自定义标签EL表达式取值问题
源:http://bbs.csdn.net/topics/210040287 评: 给你个标签的例子自己看看吧! 标签:<framework:VoucherCodeToName code="" /> tld.xml <tag> <name>VoucherCodeToName</name> <tagclass&...原创 2013-04-03 21:36:05 · 231 阅读 · 0 评论