There was an error in transcribing the code to the forum window.
Lazypanel should not be there.
So here's the problem again with the ui xml corrected.

[code file="WhateverPanel-Confirm.ui.xml"]
    <g:HTMLPanel ui:field="confirmPanel">
      <g:Label ui:field="confirmMsg"/>
      <br/>
      <br/>
      <g:Button ui:field="confirmButton">Proceed</g:Button>
    </g:HTMLPanel>
....
[/code]

I circumvented the problem by extracting confirmPanel into its own
class.
Which means that you cannot apply uibinder to an extension class which
itself is built with uibinder,
except when the uibinder definition of the extension class overrides
that of the parent class'.

I would like the idea that uibinder be enhanced to allow a class to
use more than one ui xml, where the ui definitions do not have any
commonality in uifields.

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