[richfaces-issues] [JBoss JIRA] Work started: (RF-5103) action attribute of components doesn't work after ajax rerendering of container

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Dec 1 10:57:37 EST 2008


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

Work on RF-5103 started by Nick Belaevski.

> 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
>          Components: planning_all
>    Affects Versions: 3.3.0
>            Reporter: Tatyana Romanovich
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.3.0
>
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> 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

        



More information about the richfaces-issues mailing list