[richfaces-issues] [JBoss JIRA] Resolved: (RF-1355) Incorrect behaviour of a4j:htmlCommandLink

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Fri Dec 28 11:17:43 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1355?page=all ]

Sergey Halipov resolved RF-1355.
--------------------------------

    Resolution: Cannot Reproduce Bug

Seems to work fine with both 3.1.4 and 3.2.0.
JSP:
<a4j:form id="form2">
				<a4j:htmlCommandLink action="#{bean.firstAction}" value="First" target="_blank" /><br>
				<a4j:htmlCommandLink action="#{bean.secondAction}" value="Second" target="_blank" />
			</a4j:form>

Java:
public String firstAction() {
		System.out.println("firstAction()");
		return null;
	}
	
	public String secondAction() {
		System.out.println("secondAction()");
		return null;
	}

BTW. Which JSF version are you using? It is similar to http://jira.jboss.com/jira/browse/RF-1099

> Incorrect behaviour of a4j:htmlCommandLink 
> -------------------------------------------
>
>                 Key: RF-1355
>                 URL: http://jira.jboss.com/jira/browse/RF-1355
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>         Environment: Win XP, FF2, IE6
>            Reporter: Troyanoff Slava
>         Assigned To: Sergey Halipov
>             Fix For: 3.1.4, 3.2.0
>
>
> a4j:htmlCommandLink makes hidden input. Than it is doesn't remove this hidden input, because Action from previous a4j:htmlCommandLink is called.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list