[ 
http://issues.apache.org/jira/browse/MYFACES-470?page=comments#action_12374014 
] 

Stan Silvert commented on MYFACES-470:
--------------------------------------

Marcus,

Can you attach a simple test portlet for this?

Stan

> 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

Reply via email to