Lesson Learned: a Button need an id to trigger action

Sometimes I type in the xml in a XPages app, rather then drag and drop a component. Yesterday I did the same for a button. Everything looks great as a button with the required label text. So I added the event handler, this time not by typing in, but via the properties pane in the Read More

Quick XPages tip: add Fullcalendar plugin to your application

In one of my XPages projects there was the need of a calendar display of data. First stop was the Demo application of the OpenNTF Extension Library, which contains a calendar control. After some attempts to get my data displayed in this control, I skipped it and moved to a JQuery plugin, FullCalendar. I was Read More