Error getting after form.submit with 4.5.1 version

  1. #1

    Error getting after form.submit with 4.5.1 version

    Hi All,
    Recently i have migrated the Ext.net version from 2.5 to 4.5.1 . We have multiple tab panel with single save button. After clicking on Save button javascript function will invoked. Earlier this functionality working fine with 2.5.
    But now with 4.51 its not working.

    form.submit({
    success: function (form, action) {
    //some functionality.
    }});

    Getting below error.
    Uncaught TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at constructor.upload (ext.axd?v=4.5.1:11207)
    at constructor.start (ext.axd?v=4.5.1:15898)
    at constructor.request (ext.axd?v=4.5.1:16184)
    at constructor.doSubmit (ext.axd?v=4.5.1:112488)
    at constructor.run (ext.axd?v=4.5.1:112461)
    at ext.axd?v=4.5.1:4545
    at Object.elevate (ext.axd?v=4.5.1:1919)
    at timerFn (ext.axd?v=4.5.1:4640)
  2. #2
    Hello, @MOHAMMEDRAFI!

    We can't say much with the information you provided, unfortunately it does not provide substantial clues to be able to help you. Please provide a simplified code sample demonstrating how to reproduce the issue.

    The code sample you provide should include only the minimum amount of code required to reproduce the issue. Code unrelated to the issue is to be removed. Anyone should be able to copy + paste your sample into a local Visual Studio test project and run without having to make modifications.

    Tips for creating simplified code samples

    If Exceptions or syntax errors are thrown when testing your code sample, we'll let you know so you can revise your original sample. Then we'll review again with the updated sample.

    When posting your code samples in the forums, please paste that sample within [CODE] tags. The [CODE] tags will add formatting and syntax highlighting to your sample.

    The following two forum posts provide many excellent tips for posting in the forums:

    1. More Information Required
    2. Forum Guidelines
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 4
    Last Post: Jan 13, 2015, 8:21 AM
  2. [CLOSED] Error on Form Submit - parsedResponse.result
    By OriCoder in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 16, 2014, 1:08 PM
  3. Replies: 1
    Last Post: Jul 25, 2012, 9:52 AM
  4. [CLOSED] Submit gridpanel data in form submit
    By jchau in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 14, 2010, 7:25 PM
  5. Form Submit JS Error
    By cleve in forum 1.x Help
    Replies: 0
    Last Post: Jul 10, 2010, 3:27 AM

Posting Permissions