Hi Experts,
we have all our core tags uri as
<%@taglib uri="
http://java.sun.com/jstl/core" prefix="c"%>
this somehow seems to not work for WAS6.0. we tried a few things and found that if we change the uri to following it works fine:
<%@taglib uri="
http://java.sun.com/jsp/jstl/core" prefix="c"%>
we dont want to go thru and change this in every jsp. also such a change will not be backword compatible. I am not sure if this is the only solution. I am sure i am missing something here.
suggestions and/or thoughts?
thanks
Sunil