Lotus Domino

  • quindip: accessing grouped values (checkbox/radio groups)

    I was trying to get the selected values from a check box group, but I failed miserably… Almost when I gave up I got an error and then I found this site:the XPages Extensibility API Documentation via the class XspSelectManyCheckbox I then figured I had to search for the JSF API. There I found this:java.lang.Object[] getSelectedValues() Return the…

    read more

  • quindip: how to make extension library tooltips work properly

    It’s really simple: Drag’n drop a tooltip control from the extension library controls onto your page and set the appropriate properties: XML source code: <xe:tooltip id=”tooltip1″ for=”id_of_object_for_which_this_tooltip_displays” label=”text to display in the web page while hovering the target object”></xe:tooltip> Result: The only thing left is to add proper styling. As soon as I have themes…

    read more

  • quindip: debugging java in xPages made simple (four steps)

    for some of you this might be the almost perfect XMas gift from me. I finally figured how to debug Java code in an xPage application, and it’s DEAD SIMPLE… if only more people would blog about it… so here is how: 1. Create a debug configuration. The debug button might not always be visible,…

    read more