Quick question Mitchell, in my project I have more than 50 app level static variables and similar 4-5 static functions for which I have created separate util classes and placed them like...
Type: Posts; User: alok0412
Quick question Mitchell, in my project I have more than 50 app level static variables and similar 4-5 static functions for which I have created separate util classes and placed them like...
Thanks for updating me on this, Mitchell!
I had, unfortunately, wasted quite a lot of time trying to get this to work by switching my service and the client between JSON and XML and trying...
This works!
I don't know if it is the best way to do it but I wrote a simple model class(any class will do for that matter) and gave it a UUID.
Ext.define('UuidGenerator', {
extend...
Hi all,
I have a client side data object which looks like this one created after processing a form with some logic:
requestObj =
{
firstName:...
Rupam Khaitan, there seems to be a bug in the hasOne association code. I had to keep the 'hasOne' fields in the 'hasMany' list, then the objects were getting parsed. Try this, it might work. Though,...
I agree with [email protected], the documentation available on Sencha Docs isn't sufficiently advanced to develop industrial grade applications where complexities like deeply nested JSON/XML data is...