sgodden / echo3ext20

Automatically exported from code.google.com/p/echo3ext20
Other
0 stars 1 forks source link

Tree demo doesn't work in current version #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using the newest version r456
The Tree demo doesn't work, it throws exception:

java.lang.NoSuchMethodError:
nextapp.echo.webcontainer.UserInstance.getRenderState(Lnextapp/echo/app/Componen
t;)Lnextapp/echo/webcontainer/RenderState;
    at
nextapp.echo.extras.webcontainer.sync.component.TreePeer$TreeStructurePeer.toXml
(TreePeer.java:315)

Original issue reported on code.google.com by simon...@gmail.com on 30 Apr 2009 at 6:43

GoogleCodeExporter commented 9 years ago
Modified the Echo3Extras library to work with multiple windows changes 
(component
render state has move to the window containing the component, not the 
UserInstance
any more).

Original comment by lloyd.colling@gmail.com on 5 May 2009 at 9:20