Thanks
Sam
On Dec 31 2008, 8:35 am, "bharat.j...@gmail.com"
I am very new to GWT? I would like to know how to set and retrive
cookies in GWT.
Thanks & Regards,
Venkat
A full rebuild fixed the problem
Tony
Here is an allowed example:
<source path="mydir" />
<source path="" /> <!-- no dot between the brackets -->
but the first line is not useful as the second line will include mydir
unless you specify any include and exclude rules but this is another
topic.
Here is a simple example to reproduce it.
<html>
<head>
<script type="text/javascript">
function MyObject(){
throw "String thrown";
placed in a directory called sample. It works for all sources inside
mydir . Can I specify multiple source paths? I need source from mydir
as well as current directory (sample) which contains the module.gwt
You should just download the 1.6 code from svn and look what is
available to calm your nerves down.
//Adam
Auf englisch:
It seems that you are using GWT-Ext but are missing the script that
should load when your page first loads.
Are you missing any required <script type="text/javascript"
src="source of your gwt-ext.js"> in your HTML file?
Another possibility is that the when the script loads it is performing
I have no problems running the SimpleGadget sample application
directly on iGoogle, but when I try to run it out of Eclipse I get the
stack trace:
[ERROR] Failure to load module 'com.simplegadget.SimpleGadget '
DockPanel rootPanel;
rootPanel.addStyleName("rootPa nel");
and in css add:
.rootPanel {
margin-left: auto;
margin-right: auto;
}
I'm getting this error when I try to implement JSONObject and
JSONArray. Any help will be greatly appreciated.
[1] [link]
I don't know if that makes it official. I believe the official entity
that vets mime types is IANA, but on their site I couldn't quickly get
to an official list of recognized mime types. Still, if Doug Crockford
says the type is application/json, and almost everyone uses that,
JSON is nothing like form-encoded. That's like sending your HTML as
"image/jpeg" just for kicks. Don't do that.
JSON's mimetype is "application/json" (see [1] below). If you want to
be nice, you should actually set that in the header (as follows:
I occassionally get this exception when my app's page is getting
downloaded in the broser. In my application, I make few rpc calls to
fetch the data once the JSP is downloaded by the browser.
Any help in this will greatly be appreciated. No concrete answer could
be found for this on the internet but it seeems others have faced this
On the GWT Client Side:
JSONObject jObject = new JSONObject();
Recent comments
1 year 20 weeks ago