[richfaces-issues] [JBoss JIRA] Created: (RF-4398) Form: ajax form doesn't handle ajaxSingle in the right way

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Sep 4 15:23:38 EDT 2008


Form: ajax form doesn't handle ajaxSingle in the right way
----------------------------------------------------------

                 Key: RF-4398
                 URL: https://jira.jboss.org/jira/browse/RF-4398
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
            Reporter: Nick Belaevski
            Assignee: Alexander Smirnov
             Fix For: Future


<a4j:form ajaxSubmit="true" ajaxSingle="true" id="a4jform">
	Ajax single
	<h:inputText />
	<h:commandButton actionListener="#{capitalsBean.action}" value="Button" id="button" />
</a4j:form>

Pressing button submits the following parameters:

	
AJAXREQUEST	_viewRoot
a4jform	a4jform
a4jform	a4jform
a4jform:button	Button
a4jform:j_id236	22
ajaxSingle	a4jform
autoScroll	
javax.faces.ViewState	j_id2

ajaxSingle should be a4jform:button, duplicate parameters should not be submitted

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