[richfaces-issues] [JBoss JIRA] Closed: (RF-5511) inplaceSelect with a4j:support not sending values to backing bean

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Mon Jan 12 07:41:04 EST 2009


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

Alexander Dubovsky closed RF-5511.
----------------------------------

    Assignee: Alexander Dubovsky  (was: Tsikhon Kuprevich)


Issue is not reproducible in 3.3.0.CR3

> inplaceSelect with a4j:support not sending values to backing bean
> -----------------------------------------------------------------
>
>                 Key: RF-5511
>                 URL: https://jira.jboss.org/jira/browse/RF-5511
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: Windows, JDK 1.6, Seam 2.1.0 w/Richfaces 3.3.0.CR1, Firefox 3, and IE7
>            Reporter: Greg Zoller
>            Assignee: Alexander Dubovsky
>             Fix For: 3.3.0
>
>
> See code below.  This worked until this latest 3.3.0.CR1 release.
> When a value is selected the setter (foo.setHey()) is not called.  Although this worked with a4j:support event=onviewactivated before, I've also tried with onchange but the result is the same.
>         <rich:inplaceSelect value="#{foo.hey}"
> 			styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable"
>         	showValueInView="true">
> 			<f:selectItems value="#{foo.list}" />
> 			<a4j:support event="onviewactivated" ajaxSingle="true"/>
> 		</rich:inplaceSelect>
> NOTE: This might be related to https://jira.jboss.org/jira/browse/RF-5510

-- 
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

        



More information about the richfaces-issues mailing list