Thank you Jack.
this is from my application level DockLayoutPanel
<g:center>
<g:SimplePanel ui:field="appCenterPanel" />
</g:center>
and <g:SimplePanel ui:field="appCenterPanel" />
is where i want to insert other DockLayoutPanels.
i think the problem is DockLayoutPanel is a ComplexPanel
and cant be inserted in a SimplePanel slot ?
you might be wondering why i am not using other panels instead of
SimplePanel.
the thing is with GWT 2.1 MVP, for Activities to work, you have to use
a panel that AcceptsOneWidget !
I am going to experiment with it more.
Thank you for sharing your experience.
--
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.