Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-17 Thread marius.andreiana
Thanks Eric! On Sep 17, 4:41 pm, Eric Clayberg wrote: > Anything prior to GWT 2.1M3 does not support the GWT Designer hooks > required to provide WYSIWYG editing of UiBinder components. You need > at least GWT 2.1M3 for visual editing, and even newer to also support > the ui:field attribute and t

Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-17 Thread Eric Clayberg
Anything prior to GWT 2.1M3 does not support the GWT Designer hooks required to provide WYSIWYG editing of UiBinder components. You need at least GWT 2.1M3 for visual editing, and even newer to also support the ui:field attribute and the @UiField annotation. The missing UiBinder template file is a

Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-16 Thread Paul Stockley
I remember seeing changes being made to the core of GWT to support UiBinder editing. That is why you need 2.1M3. Even then I don't think it is complete yet On Sep 16, 3:28 pm, "marius.andreiana" wrote: > On Sep 16, 10:15 pm, Paul Stockley wrote:> What > version of GWT are you using? I think it

Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-16 Thread marius.andreiana
On Sep 16, 10:15 pm, Paul Stockley wrote: > What version of GWT are you using? I think it may require 2.1M3 2.0, and the error message shows it's an issue in com.instantiations.designer.gwt.UiBinder , not gwt. > > On Sep 16, 2:49 pm, "marius.andreiana" > wrote: > > > > > When trying to create a

Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-16 Thread Deepak Singh
Yes it requires 2.1M3. I need to know that , Is the designer support any Spring integration or any facility to integrate other server side frameworks? On Fri, Sep 17, 2010 at 12:45 AM, Paul Stockley wrote: > What version of GWT are you using? I think it may require 2.1M3 > > On Sep 16, 2:49 p

Re: GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-16 Thread Paul Stockley
What version of GWT are you using? I think it may require 2.1M3 On Sep 16, 2:49 pm, "marius.andreiana" wrote: > When trying to create a New -> Window Builder -> GWT -> UiBinder -> > Composite, I get >  Unable to open file /templates/Composite.jvt from > com.instantiations.designer.gwt.UiBinder. >

GWT designer error - Unable to open file /templates/Composite.jvt from UiBinder

2010-09-16 Thread marius.andreiana
When trying to create a New -> Window Builder -> GWT -> UiBinder -> Composite, I get Unable to open file /templates/Composite.jvt from com.instantiations.designer.gwt.UiBinder. New composite from GWT -> Basic works. I'm using Eclipse 3.5. Is this a known issue? What would be the solution? Thank