-
19 Jul 2012 1:01 PM #1
Panel with template renders null objects as null string
Panel with template renders null objects as null string
I have a panel with a template like this:
Now i update the panel and with null it actually shows the string null. This is not how it worked in sencha touch 1 and it should not say the string null.Code:{ xtype:'panel', tpl: 'first name is {fname}' }
I am updating like this:
Result is that I see this:Code:panelObj.setData({fname:null});
What am i doing wrongfirst name is null
-
20 Jul 2012 5:04 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,684
- Vote Rating
- 435
I'm actually going to open this as a bug.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3163
in
Sprint 24 (2.1.0-b3).


Reply With Quote