aspose file tools
The moose likes JSP and the fly likes Problem in my JSTL comment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Problem in my JSTL comment" Watch "Problem in my JSTL comment" New topic
Author

Problem in my JSTL comment

Mayilsamy Annamalai
Ranch Hand

Joined: Sep 18, 2010
Posts: 35

Hi , Below is the code i try to run, but it's throwing an error. Please let me know what's the problem in my code

Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

What error do you get with c:import?


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Mayilsamy Annamalai
Ranch Hand

Joined: Sep 18, 2010
Posts: 35

This is the error i'm getting..

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

That means you forgot to add the JSTL jar file (or files, depending upon version) to the WEB-INF/lib folder.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Mayilsamy Annamalai
Ranch Hand

Joined: Sep 18, 2010
Posts: 35

Great!! Thanks for reply!! You saved my time!! It's working!!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem in my JSTL comment
 
Similar Threads
Casting Exception
Native HTML not Rending properly
Not able to set attribute in JSP
Form Being Rendered Outside of the Page
Iterating through local List using JSTL