]
Mikhail Vitenkov closed RF-4433.
--------------------------------
Assignee: Mikhail Vitenkov (was: Alexander Smirnov)
Verified at 3.3.0.GA
messages: rich:messages don't work together with ajaxValidator.
---------------------------------------------------------------
Key: RF-4433
URL:
https://jira.jboss.org/jira/browse/RF-4433
Project: RichFaces
Issue Type: Bug
Components: docs updated
Affects Versions: 3.2.2
Environment: IE6, IE7, FF 3.1, Safari 3.1, Opera 9.52(3.2.2-SNAPSHOT)
Reporter: Mikhail Vitenkov
Assignee: Mikhail Vitenkov
Fix For: 3.3.0
Original Estimate: 2 days
Remaining Estimate: 2 days
#1. Use following code:
<h:form id="ajaxValidatorForm2">
<rich:panel>
<f:facet name="header">
<h:outputText value="User Info:" />
</f:facet>
<h:panelGrid columns="3">
<h:outputText value="Name:" />
<h:inputText value="#{validationBean.name}" id="name"
required="true">
<rich:ajaxValidator event="onblur" />
</h:inputText>
<rich:messages/>
<h:outputText value="Email:" />
<h:inputText value="#{validationBean.email}" id="email">
<rich:ajaxValidator event="onblur" />
</h:inputText>
<h:outputText value="Age:" />
<h:inputText value="#{validationBean.age}" id="age">
<rich:ajaxValidator event="onblur" />
</h:inputText>
</h:panelGrid>
</rich:panel>
</h:form>
#2. Enter invalid e-mail & click outside the panel.
Actual behavior:
There are no messages apper.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: