You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-dev@portals.apache.org by "A. Alonso Dominguez" <al...@gmail.com> on 2006/12/21 01:18:56 UTC

and don't display any message

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 ?