[ 
https://jira.jboss.org/jira/browse/RF-3952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Vitenkov reopened RF-3952:
----------------------------------

      Assignee: Nick Belaevski  (was: Mikhail Vitenkov)


Reproducible:
# Add following cade on the page:
<rich:panel>
                        <f:facet name="header">
                                <h:outputText>Single input field with label and 
message. Validated by AJAX on every changing.</h:outputText>
                        </f:facet>
                        <h:outputLabel for="ltext" 
value="#{lengthBean.textDescription}" />
                        <h:inputText id="ltext" value="#{lengthBean.text}">
                                <rich:ajaxValidator event="onchange" />
                        </h:inputText>
                        <rich:message for="ltext" showDetail="true" 
showSummary="true" />
                </rich:panel>
# In java bean describe text field following way:
@Length(max=10,min=4,message="{sizeFailure}!!!")        
        private String text;
# Navigate on the page listed above.
# Make "ltext" input empty & make ajax submit by pressing on ajax command 
button.
# Then make page submit.

> ajaxValidator: after ajax submit rich:message shows error sign without 
> message, and just after simple submit validation messages appear.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-3952
>                 URL: https://jira.jboss.org/jira/browse/RF-3952
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: ie6, ie7, ff 3.0, safari 3.1, opera 9.5(3.2.2.BETA1)
>            Reporter: Mikhail Vitenkov
>            Assignee: Nick Belaevski
>             Fix For: 3.2.2
>
>
> For more information see beanValidatorSample. 
> https://svn.jboss.org/repos/richfaces/trunk/samples/beanValidatorSample

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to