Hello Madan,
seens this is not a Tobago but a JSTL question.
Do you have an implementation for the JSTL in your classpath? You need
both: API + Impl.
You may use the apache implementation (standard.jar): See
http://jakarta.apache.org/taglibs/
If using maven try to add:
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
Hope that helps
Udo
madan chowdary schrieb:
Hi all,
i was having problem with JSTL tag.
I want to display 20 text fields in each row.
Thought to use <tc:forEach/>, but saw that its deprecated in tlddocs.
So opted for <c:forEach/>.
I included jstl.jar in lib directory.
tried with both
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" preifx="c" %>
and
<%@ taglib uri="http://java.sun.com/jstl/core" preifx="c" %>
But was getting error saying that the taglib is not specified in
web.xml or either in the classpath.
tried with different versions of JSTL.But same error.
how to achieve my task using <c:forEach/>
thnx in regards,
Madan
------------------------------------------------------------------------
Here’s a new way to find what you're looking for - Yahoo! Answers
<http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/>