Hello,
Not quite sure about what you meant by whose implementation.
I have defined the below declaration in my
jsp.
<%@ taglib uri="http://java.sun.com/jstl/fmt"prefix="fmt" %>
I dont know if WebSphere has its own implementation. If so, how to find out which implementation it is using?
You are right. "???xyz???" is displayed if key xyz is not found. But, in my case, I have defined the key in my properties file. Not seeing the value happens only once per session and only few times. If I start a new session again, I see the value.
I'm not quite sure if this is to do with fmt:message tag or with app server not loading properly. But, in either case, I should not be seeing the value at any point of time which is not the scenario.
Thanks for the suggestions.