Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
1.1.4-SNAPSHOT
-
None
-
None
-
tomcat on linux server
Description
the tag
<t:messages globalOnly="true" id="messages"/>
shows all global (without id) as well as component (with id) messages. globalOnly=false shows no different.
if i change to jsf impl by:
<h:messages globalOnly="true" id="messages"/>
only the global (without id) messages are shown. globalOnly="false" shows all messages.