Greetings,
Moving into spring MVC over the past couple of days, I quickly found that Spring 1.1 and 1.1.1 both are packaged with the older jstl.jar and standard.jar for JSTL 1.0. This causes some complications when using the EL with my JSTL views. Others have run into the same complications http://forum.springframework.org/sho...highlight=jstl
The problem is sloved by switching out the JSTL libraries packaged with Spring for the new Jakarta Taglibs 1.1.x distribution. I'm wondering why not avoid confusion. and package Spring with JSTL 1.1?![]()
Thanks


Reply With Quote