-
20 Dec 2010 10:46 PM #1
Ext version 3.3.1 with submitEmptyText : false not working
Ext version 3.3.1 with submitEmptyText : false not working
I am using the latest version of Ext. I have followed this thread http://www.sencha.com/forum/showthre...bmit+emptyText
I have used the submitEmptyText : false like this:
But still the emptyText values are being submitted :-( Can anybody guide me where am I doing wrong?Code:form.submit({ submitEmptyText:false, method:'POST', waitTitle: 'Wait', waitMsg: 'Saving...', success:function(frm, action){ alert('success'); }, failure:function(form, action){ alert(failure); }});
-
13 Jan 2011 2:53 AM #2
Has anybody used submitEmptyText:false? I really need help about this field
Please provide any insight into its usage.
-
13 Jan 2011 6:47 AM #3
I have figures out that if form api is defined then "submitEmptyText: false" never works. Can anybody put light into it and help me in this regard that how to solve this problem?
-
13 Jan 2011 11:32 PM #4
After thoroughly analyzing this problem and looking into the implementation of "submitEmptyText" in ext-all-debug.js, I have found that submitEmptyText implementation is only provided for simple "submit" action and is not provided for "directsubmit".
This is a bug and should be fixed. If any of the ext-js community members are reading this thread then please go through the implementation of submitEmptyText and add this to "directsubmit" as well.
Similar Threads
-
[FIXED-946] Ext.form.Action.submit new submitEmptyText option skip composite's items
By mnc in forum Ext 3.x: BugsReplies: 2Last Post: 30 Aug 2010, 5:22 PM -
Stopped working with the latest version
By Fabyo in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 15 Mar 2010, 8:15 AM


Reply With Quote