[ http://issues.apache.org/jira/browse/MYFACES-1372?page=comments#action_12447029 ] Brooks Lyrette commented on MYFACES-1372: -----------------------------------------
I came across this issue as well. I didn't fix the root of the problem but I found a work around. Sometimes when you call facesContext.getMessages(null); messages added to the context are missing. They seem to be under facesContext.getMessages(""); To fix this I rewrote the MessagesIterator inner class in HtmlMessagesRendererBase. > <h:messages> not shown (-> not working) > --------------------------------------- > > Key: MYFACES-1372 > URL: http://issues.apache.org/jira/browse/MYFACES-1372 > Project: MyFaces Core > Issue Type: Bug > Components: General > Affects Versions: 1.1.4-SNAPSHOT > Environment: OS= OSX; IDE= Eclipse(3.2) & WTP (1.5) & Java v.5. Using > MyFaces 1.1.4 snapshot & Tomahawk 1.1.5 snapshot > Reporter: Wolf Benz > Fix For: 1.1.5-SNAPSHOT > > Attachments: myfaces-1372.patch > > > Adding a "global" message in a backing bean goed fine;with the MyFaces log > level set to DEBUG, it shows it is indeed added. > Log extrait:"2006-07-26 10:48:02,296 DEBUG > [org.apache.myfaces.shared_impl.util.MessageUtils] - adding message Global > Security Test for clientId null" > Code: I've tried both the Std way & the MyFaces way: (from > http://wiki.apache.org/myfaces/Displaying_Errors/Infos/Warnings_in_JSF_Pages) > FacesContext ctx = FacesContext.getCurrentInstance(); > ctx.addMessage(null, new FacesMessage("Test Summary","Test" )); > & MessageUtils.addMessage(FacesMessage.SEVERITY_ERROR,"secMsg_test" , null); > & In the page just this: ( & variations: I've tried to put all before > </h:form> but not any order made a difference. > <t:messages id="errors" errorStyle="error"/> > </h:form> > <h:messages id="errors" errorClass="error" /> > Yet, when I ask to show teh source of the actual webpage, I found out it is > not renderen. (no component with that ID found) Couldn't believe it so I > manually searched for it, knowing its place. But it was true: it's just not > on the page. This is particularily weird as -also in debug mode- this > fragment passes the revue: > " <html.HtmlMessages id="errors" forceIdIndex="true" errorClass="NULL" > errorStyle="NULL" family="javax.faces.Messages" fatalClass="NULL" > fatalStyle="NULL" globalOnly="false" infoClass="NULL" infoStyle="NULL" > layout="list" rendered="true" rendererType="javax.faces.Messages" > rendersChildren="false" showDetail="false" showSummary="true" style="NULL" > styleClass="error" title="NULL" tooltip="false" transient="false" > warnClass="NULL" warnStyle="NULL"/>" > (= in the logs ONLY, NOT in the page) > Finally: > This seems t be an old issue: (April 12, 2005) > http://mail-archives.apache.org/mod_mbox/myfaces-users/200504.mbox/[EMAIL > PROTECTED] > <h:messages> is core to JSF. One of the few basic tags. It's strange it > suffers from this many bugs. (searched old bugs before posting this one, did > my homework ;-) > Hope someone can rectify it for good. > Wolf -- 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