Blog

Home » Blog

The Name Picker, Readers / Authors Fields and OpenNTF Domino API Helper Methods

Recently I’ve been working with the Name Picker where I was using the Name Picker to select values that would then be used for Readers and Authors fields.  I noticed that although it picks from address books, the names are stored by default in abbreviated format, e.g. Paul Withers/MyCompany rather than canonical format, e.g. CN=Paul Withers/O=MyCompany. This […]

The Name Picker, Readers / Authors Fields and OpenNTF Domino API Helper Methods Read More »

Java and Selections Part Eight: Value Pickers With Label-Value Pairs

About six months ago I did a tutorial series on passing a List or Set into a Value Picker. That covered the scenario where the label and value are the same. Somewhat belatedly, I’m concluding the series with the code for passing in a Map – the scenario where the label and the value need

Java and Selections Part Eight: Value Pickers With Label-Value Pairs Read More »

Getting "Awesome" Category Icons in Data Views

The Data View is an extremely powerful control and the standard view control I use now. That’s some statement considering that prior to the Extension Library I avoided the View Panel as much as possible in favour of Repeat Controls. The View Panel I found very limiting both from the point of view of data

Getting "Awesome" Category Icons in Data Views Read More »

Sessions, logout, sessionScope and userScope

One of the common misconceptions I’ve come across with XPages developers is that sessionScope will contain the information for the current logged on user. It can, but it may not. And discussions with Serdar Basegmez and Russ Maher over the last couple of days have helped me understand things yet further. Let’s back up here and cover

Sessions, logout, sessionScope and userScope Read More »

Location, Location, Location

Recently I’ve answered two queries from different sources, both of which manifested themselves with mail functionality not working as expected. In both cases, Notes Clients had been newly installed. In both, the cause was the same. The first was with an application that was throwing an error when LotusScript was calling NotesDocument.send() to send an

Location, Location, Location Read More »

Source Control, DXL and Traditional Domino Web Elements

While using source control I recently encountered one aspect of traditional Domino development that does not play well with DXL round-tripping. Because I tend to be merging changes outside of Domino Designer, in my preferences (Domino Designer > Source Control) I have Use Binary DXL for source control operations deselected.   Recently I was working

Source Control, DXL and Traditional Domino Web Elements Read More »

Thanks, Bruce

For as long as I can remember, Bruce Elgort has been chairman of OpenNTF. I just looked up to see how long and found he’s been chairman since December 2001, almost as long as I’ve been developing Domino applications. OpenNTF has been a key resource for me as a developer, an area I’ve contributed to

Thanks, Bruce Read More »

Source Control Management Systems and Rabbit Hutches

This weekend has been quite busy for me. In addition to umpiring my first National Premier League netball match of the season, I decided to build two things. One was a new rabbit hutch and the other was a source control management system. I’ve never been that good at practical exercises. I’m very adept at

Source Control Management Systems and Rabbit Hutches Read More »

Scroll to Top