Lotus Domino

  • indip: handling multivalues properly

    have you ever wondered how values are treated as “multi-values” on the Notes backend document? it’s pretty simple:

    read more

  • indispensable tip: how to bind domino form to a xPage

    if you want to keep your design straightforward use as Form in the data binding section the same name as the xPage name: this will allow you to open a document created with this xPage without knowing it’s corresponding xPage with the following URL command: /path/to/your/db.nsf/$$OpenDominoDocument.xsp?documentId=UNIVERSALIDIf you do it this way you do not even…

    read more

  • final solution preventing validators to kick-in when not required

    remember? it was first days, then hours, okay, today hours as well.. but I think with some help of you guys out there blogging also I found the final solution, and the times do get better and better, as I get more and more knowledge about the whole thing. summary: use the PhaseListener to catch the…

    read more