hi,
i have this ui.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:app='urn:import:de.app.client.view'>
<ui:with type="de.app.client.ConstantMessages" field="msg"></ui:with>
<g:TabLayoutPanel barHeight="4" barUnit="EM" ui:field="main">
<g:tab>
<g:customHeader>
<g:InlineLabel text="{msg.topMenu_home}"></g:InlineLabel>
</g:customHeader>
<app:HomePanel ui:field="homePanel"></app:HomePanel>
</g:tab>
</g:TabLayoutPanel>
</ui:UiBinder>
HomePanel is just a Vertical-Panel which extends Widget
try to preview:
ArrayIndexOutOfBoundsException: -1
run with eclipse without problem, is it a bug of designer of did i do
something wrong here
thanx
--
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.