Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JSP
JSTL error
kumar mahesh
Greenhorn
Posts: 16
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I am new to JSTl and whenver the below code executes i get this error: "The attribute prefix fn does not correspond to any imported tag library"
<c:if test="${((displaySize+noRows) le ([b]fn:length(arrList)))[/b]}"> <tr> <td> <a > <img /> </a> </td></tr> </c:if>
.
. here arrList is an arraylist.
Kindly reply.
Regards,
mahesh
Bauke Scholtz
Ranch Hand
Posts: 2458
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Declare the "fn" taglib in the page. Read the JSTL Functions library page of the JSTL tlddoc how to do so:
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
JSTL conversion for struts 1.1 code
Struts iterate tag and formatting
JSP Struts/JSTL Form problem
Struts 1.1: Need help with logic:iterate and logic:equals tag
JSTL Problem
More...