Some weeks ago I was discussing an XPages query with a colleague from the community. I'd created a custom error page for my application and it worked well. But on some occasions, the buttons or links on my error page were not working. Eventually I tracked it down to confirm that the buttons or links worked if the page was triggered from a full refresh of the previous page (e.g. if the error occurred when the page was initially being rendered to the browser or following Server-Side JavaScript that performs a full refresh of the page). In these scenarios the browser's ...
The XPages Help Application for OpenNTF was my first attempt at using Java beans in XPages. I expected some challenges and wasn't disappointed. I've already blogged about one of the most challenging, that some properties of Domino objects are still available even after the object has been recycled. Another I came across was when refreshing the design down onto another database. A lot of developers have probably encountered an issue with a database suddenly throwing "Error loading Use or UseLSX module" and you have to recompile all lotusscript before the code will actually work. When refreshing the ...






