Friday, March 24, 2017

Re: Errors in UIBinder XML files

This is my UIBinder xml file:
(It works within the old project)

<!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:m="urn:import:msm.app.bcs.client.sys.mix"
 >
 <ui:style>
  
 </ui:style>

 <g:MenuBar ui:field="menuBar">

  <g:MenuItem   ui:field="itm_Account" text="Account">
   <g:MenuBar   vertical="true">
    <m:MenuElement ui:field="itm_Login1" text="Login1" test="123"/>
    <g:MenuItem ui:field="itm_Login" text="Login"/>
    <g:MenuItem ui:field="itm_Logout" text="Logout"/>
    <g:MenuItemSeparator/>
    <g:MenuItem ui:field="itm_Identity" text="Identity"/>
    <g:MenuItem ui:field="itm_Profile" text="Profile"/>
    <g:MenuItem ui:field="itm_Registration" text="Registration"/>
    <g:MenuItemSeparator/>
    <g:MenuItem ui:field="itm_Password" text="Change Password"/>
   </g:MenuBar>
  </g:MenuItem>
...
 </g:MenuBar>

</ui:UiBinder> 

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment