Re: [dev] re: protocol handler appears to create a new instance each time menu item selected

2005-08-02 Thread Mathias Bauer
James Black wrote: > So, it appears that each menu item selection will lead to my protocol > handler implementation being created new. Yes, this the intended behavior. It *must* be done this way because your protocol handler(s) can be instantiated in different frames and the frame is passed to th

Re: [dev] re: protocol handler appears to create a new instance each time menu item selected

2005-08-01 Thread Andreas Schlüns
James Black wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a plugin where I have two menu items: getGradebook, saveGradebook. I pop up a dialog for login information, and put it into a bean, so that I only need to ask once per session. When I select getGradebook it asks, I enter,

[dev] re: protocol handler appears to create a new instance each time menu item selected

2005-07-29 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a plugin where I have two menu items: getGradebook, saveGradebook. I pop up a dialog for login information, and put it into a bean, so that I only need to ask once per session. When I select getGradebook it asks, I enter, the data is fetched.