• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

error:org.apache.jasper.JasperException: /setbundle.jsp(1,63) File "http://java.sun.com/jsp/jstl/...

 
Ranch Hand
Posts: 94
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have a simple jsp page which uses two tag library files
1.core
2.fmt
i have included it in my jsp page using taglib statement and in web.xml file also using tags
but when i tried to run it shows error like the following


here is my jsp file


 
Ranch Hand
Posts: 300
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kiran,

Have you added jstl.jar and mapped into web.xml ??

Regards
Jatan
 
kiran kumar reddy
Ranch Hand
Posts: 94
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jatan bhavsar wrote:Hi Kiran,

Have you added jstl.jar and mapped into web.xml ??

Regards
Jatan


thanks for reply,
yes i have jstl.jar file in my lib folder and i have pasted my web.xml file in my post above. how can i map jstl.jar in web.xml??
for clarification here is my web.xml again
 
jatan bhavsar
Ranch Hand
Posts: 300
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kiran,

Check for the tag-lib location as i didn't find any folder included. You need to specify the path . Put it into the web-inf/lib.

Try to search with " "http://java.sun.com/jsp/jstl/core" not found ". Its frequently ask question.

Regards
Jatan
 
kiran kumar reddy
Ranch Hand
Posts: 94
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jatan bhavsar wrote:Hi Kiran,

Check for the tag-lib location as i didn't find any folder included. You need to specify the path . Put it into the web-inf/lib.

Try to search with " "http://java.sun.com/jsp/jstl/core" not found ". Its frequently ask question.

Regards
Jatan


yes i have jstl.jar file in web-inf/lib folder
i think i have a problem in mapping it in my web.xml folder here are different versions i tried but failed


i am wrong in above tagging if yes please specify how can i map it ??
am i supposed to map as below?

or am i supposed to put like this in web.xml


am i wrong in any of these mapping?? please advice me

what is the difference between tag-lib uri and raglib location
i think laglib location is the path in my pc where that particular laglib is there
and what is that taglib uri??
in my above example web.xml under taglib uri it has some website address. how come it connects to that address to know the presence of it. i think i am completely messed. please help me out
 
Always! Wait. Never. Shut up. Look at this tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic