[richfaces-issues] [JBoss JIRA] (RF-12512) Repeat: input inside repeat in not updated

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Mar 8 15:05:42 EST 2013


    [ https://issues.jboss.org/browse/RF-12512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759882#comment-12759882 ] 

Brian Leathem commented on RF-12512:
------------------------------------

This in fact has nothing to do with _<a4j:repeat>_ nor any RichFaces component for that matter.  I was able to reproduce the behaviour with the following "plain old" JSF:

{code}
<h:form id='myForm'> ");
    <h:inputText id='input' value='#{ajaxBean.value}'/> ");
    <h:commandButton id='submit' value = 'Submit Input'> ");
        <f:ajax execute='input' render='input' /> ");
    </h:commandButton> ");
    <h:commandButton id='clear' value = 'Clear Input'> ");
        <f:ajax listener='#{ajaxBean.clearValue}' render='input' /> ");
    </h:commandButton> ");
</h:form>
{code}
                
> Repeat: input inside repeat in not updated
> ------------------------------------------
>
>                 Key: RF-12512
>                 URL: https://issues.jboss.org/browse/RF-12512
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core, regression
>    Affects Versions: 4.2.3.Final, 4.3.0.M2
>         Environment: RichFaces 4.3.0-SNAPSHOT
> Metamer 4.3.0-SNAPSHOT
> Mojarra 2.1.7
> JBoss AS 7.1.2.Final-redhat-1
> Java(TM) SE Runtime Environment 1.6.0_32-b05 @ Linux
> Chrome 22.0.1229.79 @ Linux x86_64
>            Reporter: Pavol Pitonak
>             Fix For: 4.3.2
>
>         Attachments: repeat.png
>
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/a4jRepeat/matrix.xhtml
> # click the top-left "+" link
> # click the top-left "C" link
> result:
> * output below is reset but input's value not
> * worked fine in all previous versions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list