I've done

public class PositionableSplitLayoutPanel extends SplitLayoutPanel
{
...
}

and added to my .ui.xml file
...
 
xmlns:splitpanel='urn:import:projectname.client.view.positionablesplitlayoutpanel'
...
            <splitpanel:PositionableSplitLayoutPanel>
                <g:west size='256'>
                    <g:Label>A</g:Label>
                </g:west>
                <g:west size='32'>
                    <g:Label>B</g:Label>
                </g:west>
            </splitpanel:PositionableSplitLayoutPanel>

I end up getting a non sense binder error

14:24:13.509 [ERROR] [edocs] Deferred binding failed for
'projectname.client.Edocs.Binder'; expect subsequent failures

Is there anything I'm missing that I need to add?

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to