I have a button and I added an onComplete event to the button. If I go back to the button and modify the onClick event code then my code in the onComplete event is lost. How do you prevent this from happening? It is very frustrating that you cannot go back and modify the onClick without loosing the other code.
Thank you,
Jeff
Subject: Re: xPages onComplete Issue
Jeff, I’ve experienced this too. Sometimes, the onComplete code will still be there if you go into the Source pane, sometimes not. I’ve found it so flakey, I’ve tried to avoid using the event.
There are quite a few things like that in the Eclipse DDE – properties that are set that don’t display in the All Properties tab, etc. etc. Usually if you can find it in the Source pane, it’s stil going to be used when rendered to the browser.