Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 198 Vote(s) - 3.57 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can not find the tag library descriptor of springframework

#11
If you want direct link:

[To see links please register here]


Or from repos:

***JCenter*** : [link][1]

***Maven Central*** : [link][2]

And if you need as Gradle dependency:

compile 'org.springframework:spring-webmvc:4.1.6.RELEASE

More information about spring-form:

[To see links please register here]



[1]:

[To see links please register here]

[2]:

[To see links please register here]

Reply

#12
This problem normally appears while copy pasting the tag lib URL from the internet. Usually the quotes `""` in which the URL

[To see links please register here]

is embedded might not be correct. Try removing quotes and type them manually. This resolved the issue for me.
Reply

#13
I was using Spring-Boot, For me cut-paste of below in Pom.xml worked. May be file wasnt in sync.

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
Reply

#14
Core dependencies for tag library:

> <dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>






Reply

#15
add external jar of jstl-standard.jar as the external jar by right click on JRE system libraries under configure build path -> build path.
it worked for me!!
Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through