t:messages globalOnly=true has no effekt
----------------------------------------

                 Key: TOMAHAWK-679
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-679
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Message(s)
    Affects Versions: 1.1.3, 1.1.5-SNAPSHOT
         Environment: tomcat on linux server
            Reporter: Jörg Sädtler


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to