users@javaserverfaces.java.net

Re: <h:message /> and <h:messages /> don't display any message

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Thu, 14 Dec 2006 12:38:13 -0800

A. Alonso Dominguez wrote:
> Hi there,
>
> I'm developing a Portal application which is being deployed on
> GlassFish 9.1. Almost all of the portlet's deployed into the portal
> are JSF portlets:
>
> These jsf portlet's are wired to the portal using the JSF Bridge from
> Apache's Portals Bridges.
> My JSF implementation version is 1.2
> My Portlet Container implementation is Apache Pluto 1.1.0
>
>
> My problem is that when I submit a jsf-portlet's form which must
> execute the PROCESS_VALIDATORS phase (because it has required fields
> or validators wired to any of them) no message is rendered by the
> <h:message /> or <h:messages /> components.
>
> Does any one of you know what's the reason why I can't get validation
> messages displayed when the page is rendered ?
>
>
> Alonso
I'm not sure why this is occurring. These work fine in a non-portal
environment.
Have you contacted the JSF Bridge engineers for some direction?