3

I have just started using Netbeans 7.1.1 and I encountered a problem when I used taglib, it says that the uri cannot be resolved in web.xml nor jar files.

What should I do?

Also I found out that this problem can be solved by adding jstl.jar and standard.jstl in the WEB-INF file. But there was no improvement.

So could someone please suggest how to solve this URI problem??

Chillie
  • 1,030
  • 10
  • 28

1 Answers1

9

Right click your project and Properties->Libraries->Add Library->JSTL 1.1

craider
  • 106
  • 1
  • 3