Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention: Another intresting MVP framework is * Nalu: https://github.com/NaluKit/nalu and * Domino-mvp: https://github.com/DominoKit/domino-mvp -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: GWT MVP Frameworks

2019-05-22 Thread Frank Hossfeld
I forget to mention: Another intresting MVP framework is Nalu: https://github.com/NaluKit/nalu -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Sporadic 404 error. Sporadic Black Screen

2019-05-22 Thread Srikanth dev
I am using GWT client 2.7 in my application for window handling. We are having 2 issues. 1. Some users getting sporadic 404 error. After closing the window,clearing cache and cookies, and open the new instance will clear the issue. seems like its not registering base url. We are using ie

Re: DisclosurePanel

2019-05-22 Thread Rob Newton
When you create the DisclosurePanel you can provide the text for the header: DisclosurePanel(java.lang.String headerText) On Wednesday, May 22, 2019 at 3:59:16 PM UTC+10, naaser ahmed wrote: > > Hello, > > I am trying to make my website compatible with Accessibility and running > into