Hi,
i am using a grid component of GWT, with a following object
private Object[][] getCurrencyData() {
return new Object[][]{
new Object[]{"Dollar", "DOL"},
new Object[]{"Euro", "ER"},
new Object[]{"Dollar", "DOL"},
new Object[]{"Euro", "ER"},
new Object[]{"Dollar", "DOL"},
new Object[]{"Euro", "ER"}
};
}
now instead of adding static data, i want this returning object to
hold values coming from my servlet (already available in the client
class, in the form of a list). Please help me with writing the loop.
Regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---