[ http://issues.apache.org/jira/browse/TOMAHAWK-679?page=comments#action_12435799 ] Mike Kienenberger commented on TOMAHAWK-679: --------------------------------------------
Jörg, Did you only change from t:messages to h:messages, or did you also switch from the MyFaces core jars to the JSF RI jars? Is the problem only with t:messages, or is it with both h:messages and t:messages under MyFaces? > 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
