[richfaces-issues] [JBoss JIRA] Commented: (RF-3427) component control not working on oncomplete event

Alexander Tsebro (JIRA) jira-events at lists.jboss.org
Thu Jul 16 07:55:29 EDT 2009


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

Alexander Tsebro commented on RF-3427:
--------------------------------------

The note is added to the <a4j:commandButton> chapter.

> component control not working on oncomplete event
> -------------------------------------------------
>
>                 Key: RF-3427
>                 URL: https://jira.jboss.org/jira/browse/RF-3427
>             Project: RichFaces
>          Issue Type: Bug
>          Components: doc
>    Affects Versions: 3.2.1
>            Reporter: Ilya Shaikovsky
>            Assignee: Alexander Tsebro
>             Fix For: 3.3.2.CR1
>
>
> 			<a4j:commandButton value="Show Current Selection" reRender="table" 
> 				action="#{dataTableScrollerBean.takeSelection}" id="button">
> 				<rich:componentControl attachTo="button" for="panel" event="oncomplete" operation="show" />
> 			</a4j:commandButton>
> doesn't works but 
> 			<a4j:commandButton value="Show Current Selection" reRender="table" 
> 				action="#{dataTableScrollerBean.takeSelection}" 
> 				oncomplete="javascript:Richfaces.showModalPanel('panel');"/>
> works fine.

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