public folder goes into src folder at same level as you module file (.gwt.xml).
everything you put there will be copied to the war or webcontent folder in compile time (it gets duplicated) Regards, _____________________ Ing. Gabriel Gutiérrez On Thu, Jun 11, 2009 at 7:53 AM, Kinjal Khandhar <[email protected]>wrote: > 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 -~----------~----~----~----~------~----~------~--~---
