t;http://java.sun.com/jsp/jstl/core"%>
This needs to be included at the top of any JSP using the taglib. If you
already know this, I apologize. It was the only thing I could think of that
you didn't mention. Hope this helps.
-Christian
michael Muttai wrote:
Why do I get ${customers
Why do I get ${customers.firstName} when I use the following codes in a jsp
file?
...
I use JBoss 4.0.3. I include jstl.jar and standard.jar under web-inf/lib and
some *.tld files under web-inf.
Any help is appreciated.
Michael
__