I implement one workaround. Each time that my gwt applications starts, I just create a new ID, so it works, for instance, RootPanel.get(myNewID).add(mypanels)
On Sep 17, 7:27 pm, Felipe Frechiani <[EMAIL PROTECTED]> wrote: > Hi, > > I went deep in my problem, When the ajax change to edit mode it remove > the id from that I used to add the widgets > RootPanel.get(mygwtid).add().. > so It seems that the element with the id that I uses became lost but > when it is still on the RootPanel rootPanels HashMap > bc when I asked RootPanel.get(mygwtid).toString() it returns all my > old code. > So How to remove it from rootPanels -> private access or > how to resync the both elements ? > The new element id that I try to put back and the element inside > rootPanels HashMap. > > Cheers!! > > On Sep 15, 9:49 pm, "Felipe Frechiani" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I'm using jboss-portal with a partial refresh of the portlet. > > The problem is when I switch to edit mode to view mode the portlet makes a > > partial refresh and when it back to the main gwt page, > > it does not show anything. > > I tried to force calling the onModuleLoad() from a javascript in the html > > page and it runs the onModuleLoad method, > > but it does not show anything in the screem I kwon that the code is running > > but seems that the RootPanel is not initiated correcly. > > Is the onload of the page doing anything esle? to initiate the RootPanel? > > > Any Ideas? > > > Cheers!! > > > -- > > Felipe Frechiani de Oliveira > > Vitória - ES- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
