[richfaces-issues] [JBoss JIRA] (RF-12479) Unable to invoke action on command link or command button

John Herson (JIRA) jira-events at lists.jboss.org
Wed Sep 12 11:32:32 EDT 2012


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

John Herson commented on RF-12479:
----------------------------------

Pavol, thanks for the response. I used both a4j:ajax and a4j:actionListener as the 4th iteration to try to get an action to work. I set the a4j:commandButton back to what it was and upgraded to 4.2.2.Final and was not able to get the action to invoke. Here are my pom.xml entries to make sure that I am pulling in the correct dependencies.

<properties>
...
<org.richfaces.bom.version>4.2.2.Final</org.richfaces.bom.version> 
...
</properties>

<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.richfaces</groupId>
				<artifactId>richfaces-bom</artifactId>
				<version>${org.richfaces.bom.version}</version>
				<scope>import</scope>
				<type>pom</type>
			</dependency>
		</dependencies>
	</dependencyManagement>

<dependencies>
...
		<dependency>
			<groupId>org.richfaces.ui</groupId>
			<artifactId>richfaces-components-ui</artifactId>
		</dependency>

		<dependency>
			<groupId>org.richfaces.core</groupId>
			<artifactId>richfaces-core-impl</artifactId>
		</dependency>
    ...
</dependencies>
                
> Unable to invoke action on command link or command button
> ---------------------------------------------------------
>
>                 Key: RF-12479
>                 URL: https://issues.jboss.org/browse/RF-12479
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core
>    Affects Versions: 4.2.2.Final
>            Reporter: John Herson
>            Assignee: Pavol Pitonak
>            Priority: Minor
>
> a4j:commandLink and a4j:commandButton with action works fine with RichFaces 4.2.0 but when I upgrade to 4.2.1 or above the action on a4j:commandButton and a4j:commandLink does not work. 

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