[JBoss JIRA] Created: (RF-10223) rich:validator doesn't work with f:converter
by Juergen Zimmermann (JIRA)
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
15 years
[JBoss JIRA] Created: (RF-10156) Panel Menu - active item hasn't proper label of activeness in markup
by Lukas Fryc (JIRA)
Panel Menu - active item hasn't proper label of activeness in markup
--------------------------------------------------------------------
Key: RF-10156
URL: https://issues.jboss.org/browse/RF-10156
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Environment: RichFaces 4.0.0-SNAPSHOT r.20916
Metamer 4.0.0-SNAPSHOT r.20925
Mojarra 2.0.3 b05
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 8.0.552.224 @ Linux x86_64
Reporter: Lukas Fryc
When you clicked on the panel menu item in 3.3.x it was displayed in cursive font by default, but it not so in 4.x.
It is because the menu item in 3.3.x has bound "selected" class (rich-pmenu-selected-element) but in 4.x there is no such.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years