Because the example in chapter 8 of the Ajax basic tutorial uses jstl1.1, I caught a cold for a few days. Today is the last day, so I have to learn jstl1.1 quickly, even if it is a fur.
I read some articles on the Internet and got a rough idea. To use jstl1.1 at least, the jstl. jar and standard. Jar classes are required, and the next C. TLD can be used.
Add <web-app> in Web. xml
<JSP-config>
<Taglib>
<Taglib-Uri>/WEB-INF/C. TLD </taglib-Uri>
<Taglib-location>/WEB-INF/C. TLD </taglib-location>
</Taglib>
I like the method above, like the link below has changed or cannot access the Internet. What should I do?
Or directly use <% @ taglib uri = "http://java.sun.com/jsp/jstl/core" prefix = "C" %>
After reading some simple examples, many of them are used with El. Let's look back at the C. TLD content, which is already very detailed. It seems quite troublesome for me to come here because I am not good at English. Here I will study while translating.
Version names, versions, and validator are skipped. Starting from <tag>, these are actually used.
Suppose prefix = "C ".
Haha, haha, cool. From AM to prepare for sleep. When I press the post, an error dialog box will pop up (press it if I don't read it carefully). Nothing is done, the content that is saved at the beginning will be left ............
This is the second time !!!!!!!
References:
Http://hi.baidu.com/luckys_free/blog/item/dab93408962930d063d986c6.html
Http://wuhui0915.blog.163.com/blog/static/2186455320073179564661/
Http://www.ibm.com/developerworks/cn/java/j-jstl0211/
Http://hi.baidu.com/netnova/blog/category/Jstl
Http://hi.baidu.com/persimmon/blog/item/3496aa18ca689b0735fa4191.html