views:

16

answers:

0

My jsp file has code line as below: <fmt:setBundle basename="blah" scope="blah">

I have two different environments. On one of the environments it complains about 'scope' attribute being used without using 'var' attribute. On the other environment, this does not complain. I doubt that it could be because of different version of JSTL.

Has anyone seen such error? Why does one version of JSTL supports it and other does not? It will be great if someone can share knowledge on this.

Thank you.