Re: Loading the old 'gwt.js' bootstrap script is no longer supported

2010-08-31 Thread grasshopper
PM, grasshopper revi2...@gmail.com wrote: Hello all, I am trying to upgrade the GWT version of a project I did a long time ago from the beta version of GWT to GWT 1.5.3. When I try to run the project in host mode I get the following error: [TRACE] The development shell servlet received

Loading the old 'gwt.js' bootstrap script is no longer supported

2010-08-30 Thread grasshopper
Hello all, I am trying to upgrade the GWT version of a project I did a long time ago from the beta version of GWT to GWT 1.5.3. When I try to run the project in host mode I get the following error: [TRACE] The development shell servlet received a request for 'gwt.js' in module

CSS file issue + possible bug in GWT 1.7

2009-11-04 Thread grasshopper
Hello all, I've just migrated a GWT 1.5 project to GWT 1.7.1. One of the issues i ran into was that in hosted mode my css file was not getting picked up. Searching through the GWT group i learned that i would need to add the following line to my gwt.xml file: stylesheet src=/index.css / and

Re: CSS file issue + possible bug in GWT 1.7

2009-11-04 Thread grasshopper
I just tried placing the css file in public on the same dir as the gwt.xml, but that causes other problemsif you are referring to images from css file. It also then, starts to look like a GWT 1.5 project :-) On Nov 4, 4:08 pm, Open eSignForms yoz...@gmail.com wrote: I've seen re-read the

GWT 1.7 compiling from Ant

2009-11-03 Thread grasshopper
Hello all, I've just migrated a project from GWT 1.5 to GWT 1.7. While before i could compile the GWT project from an ant file with the following code: target name=compile exec executable=${root.dir}/HelloWorld-compile.cmd failonerror=true/ /target I can't do so anymore in GWT 1.7. I've search

Re: GWT 1.7 compiling from Ant

2009-11-03 Thread grasshopper
I am getting the following error: [java] java.lang.NoClassDefFoundError: com/google/gwt/dev/Compiler [java] Exception in thread main On Nov 3, 10:33 am, grasshopper revi2...@gmail.com wrote: Hello all, I've just migrated a project from GWT 1.5 to GWT 1.7. While before i could compile

Hibernate: attempt to create saveOrUpdate event with null entity

2009-09-04 Thread grasshopper
Hello all, I am getting the following exceptions when I try to save, delete or update an entity from a GWT app. Both front-end and back-end entity classes are serialized. One interesting behavior I see is that i can pull a list of entities just fine from server just not save, delete or update.

need valid html from an element to produce pdf

2009-07-02 Thread grasshopper
Hello all, I am currently using the following method to get the html of an element: container.getElement().getString() This is returning the html of the element, but it's not valid html. In example: TABLE style=WIDTH: 95% class=contentPanel cellSpacing=0 cellPadding=0TBODY TR TD

How to use DateBox css style for date format error?

2009-04-14 Thread grasshopper
Hello All, I need some help using the css style .dateBoxFormatError for DateBox widget. I have the style property set in my css file but it does not work when i run the app. Does anyone know how this css property works? .dateBoxFormatError { background: #ff; }

IE 6/7 with Google Toolbar 5 result in error while loading GWT 1.4

2009-02-04 Thread grasshopper
Hello All, I've found an interesting bug/error. So I've developed a GWT a while back with GWT 1.4. App worked fine with most, if not all, web browsers. However, the other day i installed the Google Toolbar 5 to IE and my app stopped loading. Does any one know of any bugs or problems between G

Re: fileupload not submitting (SOLVED)

2008-10-30 Thread grasshopper
YB, I was making the same rookie mistake you were. However, attaching my FormPanel to the RootPanel does not display/show it. Any ideas what problem I might be running into? On Oct 10, 2:05 am, YB [EMAIL PROTECTED] wrote: AHHH progress. Found the problem. Rookie mistake, i was attaching the

Re: Rounded corners in DecoratedTabPanel fail to display in IE 6

2008-10-30 Thread grasshopper
This is not a bug. You need a special way to tell IE 6 where the corner images are for those two corner table cells. This is the css file I use for DecoratedTabBar to work in any IE browser. The css styles for DecoratedTabPanel should be similar. Look at DecoratedTabPanel api for css style

FormPanel and FileUpload help

2008-10-29 Thread grasshopper
I am trying to set up file uploading in an app and I am having trouble with no sign of what is wrong. My trouble is that when I click a button to submit a FormPanel, nothing happens. To make matters worst I get no error on tomcat logs or anywhere. I am clueless as to what might be happenning.

Re: GWT and Firefox

2008-10-14 Thread grasshopper
I am having exactly the same problem. GWT 1.5, IF 7, FF 3 On Oct 14, 11:26 am, Taff [EMAIL PROTECTED] wrote: Hi I'm sure this has been raised before, however I'm new to the product and can't find any threads on this MY new app works fine in IE and not in Firefox.  For some reason the app