GWT Theme and dynamic stylesheet inclusion

2010-03-31 Thread Julien Ortega
Hi, i am trying to create a theme based on the blueprint css framework. I have several css to include : link rel=stylesheet href=css/blueprint/screen.css type=text/css media=screen, projection link rel=stylesheet href=css/blueprint/print.css type=text/css media=print !--[if lt IE 8]link

Re: GWT 2.0 - Problem with Eclipse plugin and UiBinder Field xxx has no corresponding field in template file yyy.ui.xml

2009-12-14 Thread Julien Ortega
Hi, I had the same problem and it was only a matter of buildpath. Your source folder in your buildpath can not have an Included : **/ *.java but Included : (All) because of the ui.xml files. Maybe you have the same problem ? On Dec 14, 9:47 am, hoxbro shox...@gmail.com wrote: Hi, Thanks for

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Julien Ortega
I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same projet, same class path, if I load my app from a static html file it works but if I load my app with a generated html from freemarker and springMVC I've got a [ERROR] [gwtdemo] Unable to find 'gwtdemo.gwt.xml' on your

Re: Can't debug in eclipse in development mode with GWT 2.0 RC1

2009-11-24 Thread Julien Ortega
refs.  This has been fixed in the trunk and 2.0 branches. On Tue, Nov 24, 2009 at 2:27 AM, Julien Ortega dun7...@gmail.com wrote: I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same projet, same class path, if I load my app from a static html file it works but if I load