[ http://issues.apache.org/jira/browse/TOMAHAWK-679?page=comments#action_12435913 ] Jörg Sädtler commented on TOMAHAWK-679: ---------------------------------------
i'm using only the myfaces 1.5 snapshot libs: myfaces-api myfaces-impl tomahawk tomahawk-sandbox the problem occures only on t:messages, h:messages works as expected. > 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
