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

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Fri Jun 4 16:56:25 EDT 2010


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

Alexander Smirnov resolved RF-4398.
-----------------------------------

    Resolution: Deferred


> Form: ajax form doesn't handle ajaxSingle in the right way
> ----------------------------------------------------------
>
>                 Key: RF-4398
>                 URL: https://jira.jboss.org/browse/RF-4398
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core
>    Affects Versions: 3.2.2
>            Reporter: Nick Belaevski
>            Assignee: Alexander Smirnov
>            Priority: Optional
>             Fix For: Future
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> <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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list