Many thanks for the answers.
I solved the issue
record.set("item",
productName.getText());
record.set("price",
price.getText());
record.set("itemType",
type.getText());
the three lines above were added instead of the createRecord line.
The first parameter of the set method being the name of the field as
defined in FieldDef
Thanx again :)
Neerou
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---