This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have copied from my tomcat folder the two libraries,jstl.jar
and standard.jar and I have put them under WEB-INF/lib in my
web application in NetBeans.Which is the way to use these libraries?
this works (prints hello quest) but I think that I have to add something else in the first line...
Thanks in advance...
Cole Terry
Ranch Hand
Joined: Nov 23, 2011
Posts: 45
posted
0
Kostas Anastasiou wrote:I have copied from my tomcat folder the two libraries,jstl.jar
and standard.jar and I have put them under WEB-INF/lib in my
web application in NetBeans.Which is the way to use these libraries?
this works (prints hello quest) but I think that I have to add something else in the first line...
Thanks in advance...
Before using <c:out /> tag, you should set a variable "user" with a specific value in one of the implicit objects: session, request, page ...