[richfaces-issues] [JBoss JIRA] Created: (RF-10223) rich:validator doesn't work with f:converter

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Sat Jan 15 04:29:49 EST 2011


rich:validator doesn't work with f:converter
--------------------------------------------

                 Key: RF-10223
                 URL: https://issues.jboss.org/browse/RF-10223
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Juergen Zimmermann


<rich:validator> inside <h:inputText> has no effect when <f:convertNumber> is also there.

I have these tags:
<h:inputText id="umsatz" value="..." converterMessage="...">
	<f:convertNumber type="currency" currencyCode="EUR" maxFractionDigits="2"/>
	<rich:validator render="..."/>
</h:inputText>

Everything works fine if I'm using <f:ajax event="blur" render="..."/> instead of <rich:validator>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list