Okey.

lets try this.

first, add the public folder into you src code in the same lvl as your
module file (.gwt.xml) this will be com.trygwttext

Inside public folder add js folder and .html file

Only on WebContent or war folder should be WEB-INF and METAINF folders

after that, check your module file (.gwt.xml) you should have this lines


> <stylesheet src="js/ext/resources/css/ext-all.css" />
> <script src="js/ext/adapter/ext/ext-base.js" />
> <script src="js/ext/ext-all.js" />
> <inherits name='com.google.gwt.user.User' />
> <inherits name='com.gwtext.GwtExt' />
> <entry-point class='com.trygwttext.client.Trygwttext />
>
Plese try to match the other (first stylesheets, then scripts then the
inherits and finally entrypoint, if you have some RPC configured, this will
be after entrypoint) (just to be sure, thats how i structure my module file)
gwtext.jar i added as a new library, not as a refernece library ( i don't
what's the difference, but that work for me)
i think on reference library i have GWT jars.

if you are using Cypal plugins, you shoud have a variable called GWT_HOME
refering to the folder where GWT is on your pc in my case is C:\Program
File\Google Web Toolkit (i think thats why GWT jars appears on Reference
libraries) if you are using Google Plugins from appengine, i dont remember
how libraries are putted. (i dont have my developer machine right now, sorry
for my english thougt)

On the link i gave you before, there is an screenshoot, you can see how i
configure the projects, (using cypal's plugin)

Regards,


_____________________
Ing. Gabriel Gutiérrez



On Thu, Jun 11, 2009 at 8:50 AM, Gabriel Ernesto Gutierrez Añez <
[email protected]> wrote:

> Let me see, i havent read all the messages.
>
> Regards,
> _____________________
> Ing. Gabriel Gutiérrez
>
>
>
>   On Thu, Jun 11, 2009 at 8:26 AM, Kinjal Khandhar <
> [email protected]> wrote:
>
>> Thanks.
>> I did that.But its still not working.Do I need to inherit that xml file
>> somewhere or mention its existence.
>> I am sorry am asking you such silly questions,but I am new to this and
>> need help.
>>
>> Thanks in advance.
>>
>> -Kinjal
>>
>>
>> On Thu, Jun 11, 2009 at 9:02 AM, Gabriel Ernesto Gutierrez Añez <
>> [email protected]> wrote:
>>
>>> check out this.
>>>
>>>
>>> http://groups.google.com/group/gwt-ext/browse_thread/thread/69576b466cb6f06f?pli=1
>>>
>>> be awared that webcontent folder is now called war
>>>
>>> Regards,
>>> _____________________
>>> Ing. Gabriel Gutiérrez
>>>
>>>
>>>
>>>   On Thu, Jun 11, 2009 at 8:00 AM, Gabriel Ernesto Gutierrez Añez <
>>> [email protected]> wrote:
>>>
>>>> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to