View Full Version : [CLOSED] GXT 2.2.0 BeanModelGenerator bug
I was wondering why setting list on the BeanModel returns ArrayList of ArrayLists intead of ArrayList of my objects. Here's the bug:
BeanModelGenerator, line 296
sw.println("list.add(obj);");
should be:
sw.println("list.add(o);");
mitchellsimoens
22 Oct 2010, 8:18 AM
Lost?
Did you know you are in the Sencha Touch forum? Shouldn't this be posted here (http://www.sencha.com/forum/forumdisplay.php?46-Gxt-Bugs)
sven
22 Oct 2010, 10:54 AM
http://www.sencha.com/forum/showthread.php?110087-FNR-BeanModelGenerator-wrap-list-in-a-list-on-set%28%29-for-non-BeanModel-items
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.