wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Composite widget vs. portlet #600

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I'm using the Portlet widget of SmartGWT, and add a composite widget to 
portlet, I notice the following error:

If I move the portlet, drag and drop another place, the portlet disappear and I 
see this error in message log:

java.lang.AssertionError: A widget that has an existing parent widget may not 
be added to the detach list

But this error happend only in hosted mode. If I compile the GWT code and use 
in non-hosted mode, the bug does not occur.

I attached the test source and xml.

Original issue reported on code.google.com by ferenc.czina on 30 Jun 2011 at 6:28

Attachments:

GoogleCodeExporter commented 9 years ago
See FAQ - don't mix GWT and SmartGWT components except under very specific 
circumstances.

Original comment by charles....@gmail.com on 30 Jun 2011 at 2:45