by Sean Cull | Mar 18, 2010 | General Blog |
For some time I have been convinced that there is ghost code in my Xpages applications. Being new to Xpages I often rework my approach to things and it seems as though my old code was still running even though it had definitely been changed ! Another part of... by Sean Cull | Feb 25, 2010 | Dev Tips |
There are several ways of getting at the data on an Xpage. I wanted to understand this better so I have created this example which gives examples of getComponent( “element name”).getValue(); getComp onent(“element name”).getSubmittedValue()... by Sean Cull | Feb 25, 2010 | General Blog |
I have been working on a public facing OpenNtf Xpages Wiki for our Delivery Toolkit suite of products and wanted the Wiki to work with multiple domains e.g. if a user arrived via www.focul.net or www.deliverytoolkit.com then the wiki links would remain consistent. The... by Sean Cull | Feb 11, 2010 | Dev Tips |
I have been working on a public facing OpenNtf Xpages Wiki for our Delivery Toolkit suite of products and I wanted to add Google Analytics. It turned out to be straight forward once I had read a blog by Thomas Adrian who’s Xpages based blog really... by Sean Cull | Aug 12, 2009 | Dev Tips |
update : This now works fine under 8.5.1 Beta ( CD8 ) out of the box so the problems has gone away OK, this should be trivial, what am I doing wrong ?? I can’t get the post save event to run an agent but I can run it via a button. I have an Xpage here >>...