Re: UiBinder view inheritance troubles

2012-04-05 Thread Márcio Menezes
Hey, guys, thanks for the answers... Thomas, I think what u said is the cause of my problem. I have two ui.xml files, one for the super and another for the sub class. And I'm trying to bind both and put them together in a container afterwards.. :// I see the limitation, you cannot use a single

Re: UiBinder view inheritance troubles

2012-04-05 Thread Thomas Broyer
On Thursday, April 5, 2012 11:58:14 AM UTC+2, Márcio Menezes wrote: Hey, guys, thanks for the answers... Thomas, I think what u said is the cause of my problem. I have two ui.xml files, one for the super and another for the sub class. And I'm trying to bind both and put them together in

Re: UiBinder view inheritance troubles

2012-04-05 Thread Márcio Menezes
Hmm... not bad... Thanks a lot! :) On Thu, Apr 5, 2012 at 12:12 PM, Thomas Broyer t.bro...@gmail.com wrote: On Thursday, April 5, 2012 11:58:14 AM UTC+2, Márcio Menezes wrote: Hey, guys, thanks for the answers... Thomas, I think what u said is the cause of my problem. I have two ui.xml

UiBinder view inheritance troubles

2012-04-04 Thread Márcio Menezes
Hi all. I'm migrating all my views from the old style to @UiBinder based and I'm facing some troubles I used to have base views (Composite) in charge of adding common components, ie: EditModelBaseView is in charge of adding the save and cancel button, so that all the sub views will render those

Re: UiBinder view inheritance troubles

2012-04-04 Thread Thomas Broyer
On Wednesday, April 4, 2012 9:32:06 AM UTC+2, Márcio Menezes wrote: Hi all. I'm migrating all my views from the old style to @UiBinder based and I'm facing some troubles I used to have base views (Composite) in charge of adding common components, ie: EditModelBaseView is in charge of

Re: UiBinder view inheritance troubles

2012-04-04 Thread Philippe Lhoste
On 04/04/2012 09:32, Márcio Menezes wrote: I'm migrating all my views from the old style to @UiBinder based and I'm facing some troubles I used to have base views (Composite) in charge of adding common components, ie: EditModelBaseView is in charge of adding the save and cancel button, so that