Guest User

Untitled

a guest
Feb 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  2.  
  3. http://java.sun.com/jstl/core
  4.  
  5. http://java.sun.com/jsp/jstl/core
  6.  
  7. <dependency>
  8. <groupId>javax.servlet</groupId>
  9. <artifactId>jstl</artifactId>
  10. <version>1.2</version>
  11. </dependency>
  12.  
  13. <dependency>
  14. <groupId>taglibs</groupId>
  15. <artifactId>standard</artifactId>
  16. <version>1.1.2</version>
  17. </dependency>
  18.  
  19. <dependencies>
  20. <dependency>
  21. <groupId>javax.servlet</groupId>
  22. <artifactId>servlet-api</artifactId>
  23. <version>2.5</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>javax.servlet.jsp.jstl</groupId>
  27. <artifactId>javax.servlet.jsp.jstl-api</artifactId>
  28. <version>1.2.1</version>
  29. </dependency>
  30. <dependency>
  31. <groupId>taglibs</groupId>
  32. <artifactId>standard</artifactId>
  33. <version>1.1.2</version>
  34. </dependency>
  35. </dependencies>
  36.  
  37. <!-- JSTL Support -->
  38.  
  39. <dependency>
  40. <groupId>javax.servlet</groupId>
  41. <artifactId>javax.servlet-api</artifactId>
  42. <version>3.1.0</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>javax.servlet.jsp</groupId>
  46. <artifactId>javax.servlet.jsp-api</artifactId>
  47. <version>2.3.1</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>javax.servlet</groupId>
  51. <artifactId>jstl</artifactId>
  52. <version>1.2</version>
  53. </dependency>
  54.  
  55. <%@ page language="java" contentType="text/html; charset=ISO-8859-1" isELIgnored="false" pageEncoding="ISO-8859-1"%>
  56. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  57.  
  58. [http://www.kriblog.com/j2ee/jsp/jstl-with-spring-4-on-tomcat-8.html]
  59.  
  60. <dependency>
  61. <groupId>jstl</groupId>
  62. <artifactId>jstl</artifactId>
  63. <version>1.2</version>
  64. <scope>compile</scope>
  65. </dependency>
  66. <dependency>
  67. <groupId>taglibs</groupId>
  68. <artifactId>standard</artifactId>
  69. <version>1.1.2</version>
  70. <scope>compile</scope>
  71. </dependency>
  72.  
  73. <taglib>
  74. <taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
  75. <taglib-location>/WEB-INF/lib/c.tld</taglib-location>
  76. </taglib>
  77.  
  78. <dependency>
  79. <groupId>javax.servlet.jsp.jstl</groupId>
  80. <artifactId>jstl-api</artifactId>
  81. <version>$1.2</version>
  82. </dependency>
  83.  
  84. <dependency>
  85. <groupId>taglibs</groupId>
  86. <artifactId>standard</artifactId>
  87. <version>1.1.2</version>
  88. </dependency
Add Comment
Please, Sign In to add comment