[richfaces-issues] [JBoss JIRA] Commented: (RF-10948) component select: instable behaviour in conjunction with a standard jsf-tag ajax (event selectitem, probably more)

Sergej Becker (JIRA) jira-events at lists.jboss.org
Mon Apr 25 14:52:18 EDT 2011


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

Sergej Becker commented on RF-10948:
------------------------------------

Hello Nick,

when you select an item, AJAX request is not always triggered at all. This happens sporadically, i.e. the item is not always the same that will not cause triggering the AJAX request and the problem is not reproducible after each request of the page declaration.

> component select: instable behaviour in conjunction with a standard jsf-tag ajax (event selectitem, probably more)
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-10948
>                 URL: https://issues.jboss.org/browse/RF-10948
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 4.0.0.Final
>         Environment: Webcontainer: Tomcat 6
> JSF 2.0 implementation: mojarra 2.0.4-b9
> Richfaces 4 Final
>            Reporter: Sergej Becker
>
> The durable usage of the sample below can reproduce an inconsistent behavior of the component 'select' in conjunction with a standard jsf-tag 'ajax':
> on event 'selectitem' (it probably effects more events) the ajax-request doesn't work consistent. Occurs sporadically! It usually affects the first selected value.
> <h:form id="formid">
>     <rich:select value="#{...}" label="...">
>         <f:ajax event="selectitem" render=":formid:tableid" />
>         <f:selectItem itemValue="0" itemLabel="0..n" />
>         <f:selectItem itemValue="20" itemLabel="20..n" />
>         <f:selectItem itemValue="40" itemLabel="40..n" />
>     </rich:select>
>     <h:dataTable value="..." id="tableid" var="...">
>         <h:column>
> 	    <h:outputText value="..."/>
> 	</h:column>
> 	<h:column>
> 	    <h:outputText value="..."/>
> 	</h:column>
> 	<h:column>
> 	    <h:outputText value="..."/>
> 	</h:column>
>     </h:dataTable>
> </h:form>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list