Thanks Udai.
But I don't have a public folder in my project.I am using GWT-1.6.4 through
eclipse.

I have attached my project structure.Can you please tell me where shall I
add.I created a public folder too but it didn't work.

Thanks in advance.

-Kinjal.

On Thu, Jun 11, 2009 at 1:15 AM, Udhayabalachandar Chandarsekran <
[email protected]> wrote:

> Hi Kinjal
>
> Place your XML file in Public folder
>
> public
>    |
>    |_____ Data
>                  |
>                  |____ your XML file
>
>
> Or
> Generate the XML in the Server side and return as String to your Client
> Side and Load the String
> in your store.loadXmlData
>
> XmlReader reader = new XmlReader("tableandcolumn", recordDef);
> final Store store = new Store(reader);
> store.loadXmlData(selectedTables, true);
>
> Cheers
>
> Udai
> On Thu, Jun 11, 2009 at 1:36 AM, Kinjal Khandhar <
> [email protected]> wrote:
>
>> Hello All,
>> I am using GWT-Ext Editors grid example and I tried the code given on the
>> site.
>>
>> http://www.gwt-ext.com/demo/#editableGrid
>>
>> I don't know where do I keep the xml file in the folder structure and also
>> what are the other locations where I need to inherit that xml file.
>>
>> Please help if anyone is aware of it.
>>
>> Thanks in advance.
>>
>> -Kinjal
>> >>
>>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

<<attachment: folderstruct.PNG>>

Reply via email to