Login or Sign up Help | Site Map
Connecting Tech Pros Worldwide

TagLib file

Question posted by: Gaurav Jhamb (Newbie) on May 15th, 2008 12:52 AM
I have this error.
org.apache.jasper.JasperException: /file.jsp(15,0) No tag "someTagName" defined in tag library imported with prefix "somePrefix"

Surprisingly, no error is thrown when i deploy my application


Thanx in advance
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
pronerd's Avatar
pronerd
Expert
300 Posts
May 15th, 2008
03:25 PM
#2

Re: TagLib file
Quote:
Originally Posted by Gaurav Jhamb
I have this error.
org.apache.jasper.JasperException: /file.jsp(15,0) No tag "someTagName" defined in tag library imported with prefix "somePrefix"


That error is telling you there is a JST on line 15 that is either not defined on your page, or is defined, but can not access the JST config file that defines the tag.

Reply
Reply
Not the answer you were looking for? Post your question . . .
178,103 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Top Java Forum Contributors