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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu May 21 09:33:57 EDT 2009


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

Nick Belaevski updated RF-4398:
-------------------------------

    Component/s: component-a4j-core
       Priority: Optional  (was: Major)


> 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
>          Components: component-a4j-core
>    Affects Versions: 3.2.2
>            Reporter: Nick Belaevski
>            Assignee: Alexander Smirnov
>            Priority: Optional
>             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