-
BIG THANK YOU to all my readers
A big “thank you” to all of you. You helped raise attention to my blog (as of 2013-04-03 this blog is just under the top 50 of the past 5 days in this list) and it seems some important people in the xPages community do read my blog (at least once in a while 😉…
-
QUINDIP: Solved! accessing fields before page is being displayed with Java!
Use the beforeRenderResponse event to modify fields before they are rendered and displayed on the browser! Thanks to the phase listener implementation in our framework I could also solve the following issue: Modify fields (set value, set read only, set hide) before the page is displayed in the browser, ie. it should arrive “properly” displayed…
-
QUINDIP: SOLVED!!! that damn DominoDocument IS a WILD AND MAGICAL thing!!!
Wow… So here’s what I learned: notes objects usually can’t be serialized. For some stupid reason I came accross the DominoDocument.wrap method and thought: let’s give it a try!! You bet: You create a “manual” DominoDocument with it and it can be serialized. Exactly this technique now helps me to dynamically display RT fields (actually…