Blog

Home » Blog

Thematically Challenged – Best Practice for Dynamically Changing Themes in Xpages

For a while now one of the items on my wish-list of functionality to add to XPages has been the facility for the user to change the theme of an XPages application, possibly even for individual users to select a theme for their own experience. Currently, you need Domino Designer to change the theme for

Thematically Challenged – Best Practice for Dynamically Changing Themes in Xpages Read More »

Workaround for Multi-Value Fields Bug

Tommy Valand posted on his blog yesterday and on the Notes 8.5 forum today a bug with multi-value fields. Basically save switches the output between a multi-value field and a semi-colon-separated string. Coincidentally I was working on an XPages application today, with a keyword form, for which I needed a multi-value field. Not surprisingly, I

Workaround for Multi-Value Fields Bug Read More »

XPages: A Couple of Finds From Recent Development

Over the last few days a colleague of mine has been doing some XPages development. We’ve come across a couple of interesting bits of functionality that might not be obvious. The first was when working on an old database and creating a View Control for a view called vwSite. The View Control brought in columns

XPages: A Couple of Finds From Recent Development Read More »

TimeDifference v TimeDifferenceDouble

In the UK, from 1st January the standard TAX rate is returning to 17.5%. This was reduced to 15% on 1st December 2008 to help the economy. With only a week’s notice, it also caused headaches for software developers and finance departments throughout the country. For SEAS, our electronic invoice approval system, the one week’s notice

TimeDifference v TimeDifferenceDouble Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six

Option Four Option Four seems quite convoluted, but is essentially a simple principle. We use server-side javascript in the beforePageLoad event to set viewScope variables for each of the radio button, check box and list box mandatory questions we want to check against. We then use the onClick event to trigger a partial refresh and

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Six Read More »

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Five

Option Three is a modification of Option Two, which reproduced the client-side validation available for other XPages controls, with a javascript alert. At this point I should add some background to the application I was working on. The application in question is a major upgrade of our enterprise feedback tool, EFT, which added in Dojo styling, used

XPages: Validation for Radio Buttons, Check Boxes and List Boxes: Part Five Read More »

Scroll to Top