Just an additional remark: You might have come across a flaw in the framework, because looking at http://demo.qooxdoo.org/0.7/apiviewer/#qx.ui.form.TextField you find that the "value" property (which you are dealing with) has an init value of "" and is nullable. So with nothing set, you should get the init value (not null), which you could always restore by calling the "resetValue" method.
Thomas > Hello, > > Qooxdoo 0.7.3. > IE6 and FF3 > > If I don't enter any value on a Textfield, I get TextField.getValue() > returning null, which is good. > If I enter some thing and delete it, it returns ""; > > Why is like that? From the display point of view both are same. Is there a > way to get only one value always? > > Thanks for your time. > > Thanks. > Kanugula. > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
