Extjs Form Action Submit - Custom override?
        Posted  
        
            by Scott
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Scott
        
        
        
        Published on 2010-05-04T20:13:45Z
        Indexed on 
            2010/05/04
            20:18 UTC
        
        
        Read the original article
        Hit count: 396
        
Looking at the source code of Action.Submit, I'm trying to figure out where ext is appending the form's fields to the parameters.
Instead of sending each field as a separate parameter, I want to send something like:
formObj:{field1:value, field2:value}
Currently, each of those values are simply added to the parameter list along with any custom/baseParams.
Where are these formfields being added so that I can change this behaviour?
Thanks.
© Stack Overflow or respective owner