[
https://issues.jboss.org/browse/RFPL-1594?page=com.atlassian.jira.plugin....
]
Jiří Štefek commented on RFPL-1594:
-----------------------------------
Yep, still an issue in Metamer.
The listeners are working only with the field {{a4jAjaxBean.input}} for reading the value
and saving the updated value, but the mentioned samples with SelectOneListbox,
SelectOneRadio, SelectBooleanCheckbox, SelectOneMenu, SelectManyCheckbox,
SelectManyListbox are using different fields, e.g. {{a4jAjaxBean.car}}.
[~ppitonak] Should I fix that, or will you do that?
Listener invocation in a4jAjaxBean.attributes.listener doesn't
work correctly
-----------------------------------------------------------------------------
Key: RFPL-1594
URL:
https://issues.jboss.org/browse/RFPL-1594
Project: RichFaces Planning
Issue Type: Bug
Components: QE
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, Mojarra 2.0.3
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
Assignee: Jiří Štefek
Listener invocation for Attributes.listener(AjaxBehaviorEvent event) is called correctly,
but then this method try invoke appropriate method on bound listener. But seems that these
listener are not invoked/ or invoked correctly, because there are no expected action
performed.
For example, in a4jAjax examples are many h inputs with aj4:ajax, and
"listener" attribute set to #{a4jAjaxBean.attributes.listener}, with list of
available listener defined in
resources/org/richfaces/tests/metamer/bean/a4j/A4jAjaxbean.properties. But when change
value in input, there is only log record in phaseInfo, but not expected value change -
such as change case when set toUpperCase listener.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)