-
YOUFEB: do you want me to share an easy way to configure views in your xPages?
just recently I have found the DominoViewCustomizer to customize the views displayed with the Dynamic View Panel from the extension library.Of course it was a cool idea but I needed a way to “customize” my views.Is anyone interested in me sharing this whole “component”? Well it’s not really just one component, a few pieces play together.If…
-
INDIP: sort a document collection in Java (Java heroes may skip this)
Update: the result of the blog below landed here. Thanks to Nathan Freeman, hihi, kudos to me??? In Lotus Script it was not a simple task to sort a document collection. In Java it sort of is. Idea: use a comparator class, supply with an array of fields upon which the “sorting” should happen and…
-
QUINDIP: dynamic “access controlled sections” 😉 in xPages
Some people faced the same problem than me: they wanted something like the “access controlled sections” in plain old LN development.Mark LeusinkRussell MaherJeremy Hodge None of the articles quite well didn’t explain how to set those ACLs dynamically.. I also tried to get set READER or EDITOR via something like:return (condition to check) ? “READER”…