I had been task a project to implement additional features to an old java LMS (Learning Management System) portal. By first look, the portal is at least 10 years old.
Working in this project is simply nightmare,as a lots of new code cannot be implemented due to the limited support. I wasted a few hours before realizing that the project is using servlet api 2.3, which explained why JSTL simply doesn't work.
Lucky enough to come across this website which solved my headache eventually.
http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/
No comments:
Post a Comment