Hello,

I'm trying to get a CellTable example working with the UiBinder, and
I'm getting the following error:

[ERROR] [tree] <h:SimplePager ui:field='pager'> missing required
attribute(s): location view Element <h:SimplePager ui:field='pager'>
(PeopleWidget.ui.xml:9)


Here's my ui.xml:

<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
    xmlns:g='urn:import:com.google.gwt.user.client.ui'
    xmlns:h='urn:import:com.google.gwt.user.cellview.client'>

    <g:VerticalPanel>
        <h:CellTable ui:field="peopletable">
        </h:CellTable>
        <h:SimplePager ui:field="pager">
        </h:SimplePager>
    </g:VerticalPanel>

</ui:UiBinder>


The error makes it look like I'm missing an attribute in my
SimplePager definition, but I'm not sure what it would be.  Anyone
have any ideas?

Thanks,
Chris

-- 
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