action attribute of components doesn't work after ajax rerendering of container
-------------------------------------------------------------------------------

                 Key: RF-5103
                 URL: https://jira.jboss.org/jira/browse/RF-5103
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski
            Priority: Critical


1. Create test page:
add 
<h:selectBooleanCheckbox value="#{mainTreeBean.flag}">
                                <a4j:support event="onclick" 
reRender="outPanelId"></a4j:support>
</h:selectBooleanCheckbox>
<%-- add container with components --%>
<h:panelGroup id="outPanelId"> <%-- or <a4j:outputPanel id="outPanelId">, or 
<h:panelGrid  id="outPanelId"> --%>
<%-- add any component or use example--%>
<h:commandButton action="#{mainTreeBean.test}" value="click" 
rendered="#{mainTreeBean.flag}" />
<a4j:commandLink  action="#{mainTreeBean.test}" value="Click Here!" 
rendered="#{mainTreeBean.flag}" />
.....
2. Run application, check checkBox, and try to call method in the action 
attribute
FAILURE: it doesn't work, action can't be called



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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to