You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dave Brondsema (JIRA)" <de...@myfaces.apache.org> on 2006/04/11 19:19:20 UTC

[jira] Closed: (MYFACES-470) validator messages do not appear in portlets

     [ http://issues.apache.org/jira/browse/MYFACES-470?page=all ]
     
Dave Brondsema closed MYFACES-470:
----------------------------------

    Resolution: Cannot Reproduce

It is no longer a problem for me

> validator messages do not appear in portlets
> --------------------------------------------
>
>          Key: MYFACES-470
>          URL: http://issues.apache.org/jira/browse/MYFACES-470
>      Project: MyFaces Core
>         Type: Bug

>     Versions: 1.1.0
>  Environment: tomcat 5.5.9, uPortal 2.5.0
>     Reporter: Dave Brondsema
>     Assignee: Stan Silvert

>
> When in servlet mode, validation error messages do appear.  When in portlet mode, it seems that validation occurs but the messages are not shown.  Here is a snippet of the JSP:
> 			<h:panelGroup>
> 				<x:inputDate required="true" id="dinnerStart" type="time" value="#{menubean.menu.dinnerStart}">
> 					<f:validator validatorId="cu.DateRangeValidator" />
> 					<f:attribute name="minimum" value="6:00 AM" />
> 					<f:attribute name="maximum" value="10:00 PM" />
> 				</x:inputDate>
> 				<h:message for="dinnerStart" showDetail="true" />
> 			</h:panelGroup>

-- 
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