You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Dave Brunette (JIRA)" <ad...@incubator.apache.org> on 2007/01/09 16:45:27 UTC

[jira] Created: (ADFFACES-349) immediate="true" seems to be ignored when setting autoSubmit="true" on an input component

immediate="true" seems to be ignored when setting autoSubmit="true" on an input component
-----------------------------------------------------------------------------------------

                 Key: ADFFACES-349
                 URL: https://issues.apache.org/jira/browse/ADFFACES-349
             Project: MyFaces ADF-Faces
          Issue Type: Bug
            Reporter: Dave Brunette


If a page is using an input component with the immediate and autoSubmit attributes set to "true", the immediate="true" attribute seems to be ignored and the validation for the page is still processed.

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

        

[jira] Resolved: (ADFFACES-349) immediate="true" seems to be ignored when setting autoSubmit="true" on an input component

Posted by "Dave Brunette (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Brunette resolved ADFFACES-349.
------------------------------------

    Resolution: Invalid


Turns out I was doing the wrong thing.  Using FacesContext.tenderResponse() in the valueChangeListener should be used to accomplish what I'm looking for.

> immediate="true" seems to be ignored when setting autoSubmit="true" on an input component
> -----------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-349
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-349
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>            Reporter: Dave Brunette
>
> If a page is using an input component with the immediate and autoSubmit attributes set to "true", the immediate="true" attribute seems to be ignored and the validation for the page is still processed.

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