Author
tag library for spring
ramesh kancherla
Ranch Hand
Joined: May 01, 2008
Posts: 117
Hi, This is Ramesh. I am implementing spring application. I am confusing in tag library. can any body please tell me which advance tag libraries are using in spring application Thanks & Regards Ramesh K
Mark Spritzler
ranger
Sheriff
Joined: Feb 05, 2001
Posts: 16356
posted Sep 30, 2008 09:54:00
0
What do you mean? Do you mean Spring's own tag library for <form:xxx> and a tag for security? You can go to http://static.springframework.org/spring/docs/2.5.x/reference/view.html#view-jsp-tags and for security http://static.springframework.org/spring-security/site/reference/html/supporting-infrastructure.html#taglib Or are you talking more about other tag libraries, outside third party libraries. All third party libraries will work, and it doesn't have anything to do with Spring. Mark
Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
ramesh kancherla
Ranch Hand
Joined: May 01, 2008
Posts: 117
HI, where can I get security.tld file. it is not exist in my spring2.5 jar files Thanks & Regards Ramesh K
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3206
Is it not in the core spring-security-xx.jar file, with the security.tld located in the JAR's META-INF directory?
Cheers, Martijn - Blog , Twitter , PCGen , Ikasan , My The Well-Grounded Java Developer book!
Ted John
Greenhorn
Joined: Mar 03, 2008
Posts: 1
i fount it in spring-security-taglibs-xxx.jar META-INF directory.
subject: tag library for spring