Re: update record and commit to store

2009-10-19 Thread neerou
); 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 Neerou On Oct 19, 4:01 pm, neerou wrote: > Using GWT-Ext > > I am trying to create an application which lists a series of items a

update record and commit to store

2009-10-19 Thread neerou
Using GWT-Ext I am trying to create an application which lists a series of items and update of a row is possible. I am using MemoryProxy and store to handle the data. I would like to know how to commit the updated record to the store n refresh the grid. below are the code snippets: ---

Re: Creating a sample application of 3 different pages

2009-10-16 Thread neerou
Thank you for your reply Alex. Regarding the 3rd item you enumerated, mulitiple entry points and module, is there some tutorial i could follow for it? Since am having issue to implement the different entry points into the xml With thanks, Neerou On Oct 15, 4:42 pm, Alex wrote: > As far a

Re: Creating a sample application of 3 different pages

2009-10-15 Thread neerou
Any one has an idea abt the issue below? On Oct 14, 4:23 pm, neerou wrote: > Hello, > I am novice to GWT. Since now I have been trying the exercises  on the > Code.google site.  I would now want to create different pages in the > application. > 1) a login page > 2) a list of

Creating a sample application of 3 different pages

2009-10-14 Thread neerou
Hello, I am novice to GWT. Since now I have been trying the exercises on the Code.google site. I would now want to create different pages in the application. 1) a login page 2) a list of items 3) a list of users Do i need to create 3 different modules for the 3 different pages? --~--~-