[JBoss JIRA] Created: (RF-11248) rich:grephValidator don't display validation message
by Ján Jamrich (JIRA)
rich:grephValidator don't display validation message
----------------------------------------------------
Key: RF-11248
URL: https://issues.jboss.org/browse/RF-11248
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
JBoss AS 6.0.0.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
GraphValidation example in Metamer with many inputs validated by one method through all values don't display validation message on page, only following record appears in log: ( text after "-" is validation message thrown from graphValidator validation method)
There are some unhandled FacesMessages, this means not every FacesMessage had a chance to be rendered.
These unhandled FacesMessages are:
- One of following inputs doesn't contain smile or numeric value 10 or date is from future!
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (RF-11469) autocomplete method does not resolve bean if ui:included
by u j (Created) (JIRA)
autocomplete method does not resolve bean if ui:included
--------------------------------------------------------
Key: RF-11469
URL: https://issues.jboss.org/browse/RF-11469
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Final
Reporter: u j
A bean parameter in the autocomplete method is not resolved if the rich:autocomplete is part of a ui:include.
<ui:include src="/searchlocation.xhtml">
<ui:param name="bean" value="#{searchBean}" />
</ui:include>
searchlocation.xhtml contains:
<rich:autocomplete id="cityName" mode="ajax" value="#{bean.cityName}" autocompleteMethod="#{bean.suggestCities}" />
The value binding works, but the binding in the autocompleteMethod gives:
15:26:15,809 SEVERE [org.richfaces.log.Renderkit] (ajp-127.0.0.1-127.0.0.1-8009-1) Target Unreachable, identifier 'bean' resolved to null: javax.el.PropertyNotFoundException: Target Unreachable, identifier 'bean' resolved to null
at org.apache.el.parser.AstValue.getTarget(AstValue.java:75) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.el.parser.AstValue.invoke(AstValue.java:183) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) [jbossweb-7.0.1.Final.jar:7.0.1.Final]
at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:43) [weld-core-1.1.2.Final.jar:2011-07-26 15:02]
at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:56) [weld-core-1.1.2.Final.jar:2011-07-26 15:02]
at org.richfaces.renderkit.AutocompleteRendererBase.getItems(AutocompleteRendererBase.java:105) [richfaces-components-ui-4.0.0-20110322.220419-243.jar:]
at org.richfaces.renderkit.AutocompleteRendererBase.encodeItems(AutocompleteRendererBase.java:160) [richfaces-components-ui-4.0.0-20110322.220419-243.jar:]
at org.richfaces.renderkit.AutocompleteRendererBase.encodeMetaComponent(AutocompleteRendererBase.java:271) [richfaces-components-ui-4.0.0-20110322.220419-243.jar:]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (RF-11265) DropDown Menu - selecting menu item (MyFaces)
by Jan Papousek (JIRA)
DropDown Menu - selecting menu item (MyFaces)
---------------------------------------------
Key: RF-11265
URL: https://issues.jboss.org/browse/RF-11265
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22610
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Internet Explorer 8.0 @ Win32
Reporter: Jan Papousek
The selecting item has no effect. In Metamer (faces/components/richDropDownMenu/topMenu.xhtml) there should be an output displayed after clicking on any menu item, but it isn't.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (RF-11255) Notify - the messages are not displayed (MyFaces)
by Jan Papousek (JIRA)
Notify - the messages are not displayed (MyFaces)
-------------------------------------------------
Key: RF-11255
URL: https://issues.jboss.org/browse/RF-11255
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22610
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Internet Explorer 8.0 @ Win32
Reporter: Jan Papousek
The messages are not displayed after clicking on the produce buttons. It's the same with validator messages. This can be reproduced in Metamer:
- faces/components/richNotify/simple.xhtml
- faces/components/richNotify/validation.xhtml
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (RF-11331) FacesMessages not shown when using a4j:commandButton and myFaces
by Jordi Cano (JIRA)
FacesMessages not shown when using a4j:commandButton and myFaces
----------------------------------------------------------------
Key: RF-11331
URL: https://issues.jboss.org/browse/RF-11331
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1, 4.0.0.Final
Environment: Tomcat 6.0.32, myFaces 2.0.6/2.0.7/2.1.1, Richfaces 4.0 and 4.1.0 M1
Reporter: Jordi Cano
FacesMessages are not displayed when they are thrown from a a4j:commnandButton action and myFaces 2.0.6/2.0.7/2.1.1 is used, they appear on server console instead.
Works fine when myFaces 2.0.5 is used or h:commandButton is used instead of a4j:commandButton (any myFaces version).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months