You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Danny Robinson (JIRA)" <de...@myfaces.apache.org> on 2007/09/26 04:49:50 UTC

[jira] Created: (TRINIDAD-740) autoSubmit framework should cater for client-side validation

autoSubmit framework should cater for client-side validation
------------------------------------------------------------

                 Key: TRINIDAD-740
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-740
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions: 1.0.3-core
            Reporter: Danny Robinson
            Assignee: Danny Robinson


Current auto-submit functionality doesn't handle c/s validation when validation handlers are registered programmatically for each component (ie. onchange of a field should validate immediately).  auto-submit javascript code should be moved to TrPage._autoSubmit() and invoke c/s validation (if configured on a component) prior to calling _submitPartialChange().  These changes pave the way for future releases with onchange based validation, and begins to clean-up the current use of _adfspu() methods rendered into the page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-740) autoSubmit framework should cater for client-side validation

Posted by "Danny Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Danny Robinson resolved TRINIDAD-740.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.3-core

Reworked autoSubmit c/s routines and AutoSubmitUtils.

> autoSubmit framework should cater for client-side validation
> ------------------------------------------------------------
>
>                 Key: TRINIDAD-740
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-740
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>    Affects Versions: 1.0.3-core
>            Reporter: Danny Robinson
>            Assignee: Danny Robinson
>             Fix For: 1.0.3-core
>
>
> Current auto-submit functionality doesn't handle c/s validation when validation handlers are registered programmatically for each component (ie. onchange of a field should validate immediately).  auto-submit javascript code should be moved to TrPage._autoSubmit() and invoke c/s validation (if configured on a component) prior to calling _submitPartialChange().  These changes pave the way for future releases with onchange based validation, and begins to clean-up the current use of _adfspu() methods rendered into the page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.