Had another look at the UI file (LoginPage.ui.xml) and didn't see
anything related to the issue. Below is the contents of that file:

=============================================================
<!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">
        <ui:with type="com.darc.autohome.automatortool.client.Resources"
field="res" />
        <g:HTMLPanel ui:field="mainLayout"
addStyleNames="{res.loginPageStyle.loginBody}">
                <g:VerticalPanel>
                        <g:Label text="Autohome Automator" ui:field="titleLbl"
                                addStyleNames="{res.loginPageStyle.titleLbl},
{res.loginPageStyle.loginText}" />
                        <g:Label text="Welcome, please login." ui:field="msgLbl"
                                addStyleNames="{res.loginPageStyle.msgLbl},
{res.loginPageStyle.loginText}" />
                        <g:Label text="" ui:field="statusLbl"
addStyleNames="{res.loginPageStyle.statusLbl}" />
                        <g:Grid ui:field="fieldLayout"
addStyleNames="{res.loginPageStyle.fieldLayout}">
                                <g:row>
                                        <g:customCell>
                                                <g:Label text="User Name:" 
ui:field="userNameLbl" />
                                        </g:customCell>
                                        <g:customCell>
                                                <g:TextBox 
ui:field="userNameTxt"
addStyleNames="{res.loginPageStyle.textBox}" visibleLength="25" />
                                        </g:customCell>
                                </g:row>
                                <g:row>
                                        <g:customCell>
                                                <g:Label text="Password:" 
ui:field="passwordLbl"/>
                                        </g:customCell>
                                        <g:customCell>
                                                <g:PasswordTextBox 
ui:field="passwordTxt"
addStyleNames="{res.loginPageStyle.textBox}" visibleLength="25" />
                                        </g:customCell>
                                </g:row>
                        </g:Grid>
                        <g:HorizontalPanel ui:field="btnLayout"
addStyleNames="{res.loginPageStyle.btnLayout}">
                                <g:Button ui:field="loginBtn" text="Login">New 
Button</g:Button>
                                <g:Button ui:field="clearBtn" text="Clear"
addStyleNames="{res.loginPageStyle.clearBtn}">New Button</g:Button>
                        </g:HorizontalPanel>
                </g:VerticalPanel>
        </g:HTMLPanel>
</ui:UiBinder>
=============================================================

On Aug 2, 3:41 pm, Jeffrey Chimene <jchim...@gmail.com> wrote:
> There's something in the associated ui.xml not matching the .java

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

Reply via email to