webtier@glassfish.java.net

Re: [webtier] Odd Message: INFO: WARNING: FacesMessage(s) have been enqueued, but may not

From: Sheetal Vartak <sheetal.vartak_at_oracle.com>
Date: Wed, 1 Sep 2010 16:19:09 -0700

Are you in development mode by any chance? i.e. have you set the following context param in web.xml :
 <context-param>
        <param-name>javax.faces.PROJECT_STAGE</param-name>
        <param-value>Development</param-value>
    </context-param>

I vaguely remember seeing what you are seeing when I had not set the above param, but there were some messages that got added to FacesContext which could be displayed only in dev mode.
hth,
Sheetal
On Sep 1, 2010, at 4:27 PM, webtier_at_javadesktop.org wrote:

> Ah!, I see what you mean now, and unfortunately this is not the case. When I have used h:messages, the only messages shown are those already displayed. [...and shown in my h:message components] There are no extra / undisplayed messages.
> [Message sent by forum member 'softwaresimian']
>
> http://forums.java.net/jive/thread.jspa?messageID=481633
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: webtier-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: webtier-help_at_glassfish.dev.java.net
>