reset password
Author Message
agedam
Posts: 15
Posted 17:55 Oct 07, 2012 |

I am writing a JSP page and found out that My JSTL tags are not working. I tried doing everything. I extracted the JSTL jar files too. Instead of showing me the project names and resources, I get ${entry.project} and ${entry.resources} as given in Error1.jpg.

The error for the JSTL tag not working is: 

 

The tag handler class for "c:forEach" (org.apache.taglibs.standard.tag.rt.core.ForEachTag) 
was not found on the Java Build Path
 
I have attached a snapshot of my jsp page(Error2.jpg). Kindly let me know how can if fix this to move forward.
Attachments:
cysun
Posts: 2935
Posted 17:56 Oct 07, 2012 |

Did you add the jstl dependency?

agedam
Posts: 15
Posted 18:45 Oct 07, 2012 |

Yes I did....I followed every step that u explained in class regarding that, I saw your videos too to cross check and I did it the same way you did.

cysun
Posts: 2935
Posted 19:37 Oct 07, 2012 |

The code in the screenshots seems correct.

Make sure you got the right JSTL dependency - it should be jstl:jstl:1.2.

Try cleaning the project as described here and see if it fixes the problem.

If it's on a laptop, you can bring it to class tomorrow and I'll have a look.

agedam
Posts: 15
Posted 19:44 Oct 07, 2012 |

Tried cleaning and its not working. We can discuss this in class I guess.