Tag Cloud
command desktop domino eclipse error extjs firefox freewares google howto ibm install jaunty javascript javascripts jquery LINUX lion mac MACOSX mysql news php plugins problem programming python recursive screenshot shortcut keys slackware snow leopard softwares terminal tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
xpages Archive
-
“Object variable not set” error when installing ExtLib
Posted on February 8, 2012 | No CommentsIf you try to deploy Xpages Extension Library and get the error Object variable not set (#91) in: dlgimportsite: click (line9) When doing “Import Local Update Site” then the problem... -
How to get parameters from your query string with XPages
Posted on January 14, 2012 | No CommentsSo how to get parameters from your query string with SSJS in XPages? Quick & Easy, here’s the solution, for example: I want to get the value of parameter SelectionMode... -
How to delete a file using SSJS in XPages
Posted on January 2, 2012 | No CommentsIt’s easy to do file deletion operation using java.io.File class because the class provides us a delete() method, but unfortunately you can’t use that method inside Domino Designer’s SSJS editor,... -
Hide/Load components depends on User role in XPages
Posted on December 30, 2011 | No CommentsSometime you may want to load the component or make the component visible depends on the current user’s role. Here’s a quick tip to do in SSJS 1. Check if... -
Multiple categorized columns problem in Domino
Posted on November 3, 2011 | No CommentsWorking with current Domino 8.5.2 and today it took me a long time to figure out the problem with multiple categorized columns. I had a view with 3 categorized... -
Count the business days in XPages
Posted on September 17, 2011 | No CommentsThere’s no @Businessdays formula function available in XPages, so if you have to count the business days between two date time values, you will have to implement your own way.... -
Access to relational database from Xpages
Posted on July 25, 2011 | No CommentsYes, it’s true!!!! XPages is the leading technology emerging on Lotus Domino platform, and it’s extremely powerful. People have been wondering how to access relational database from XPages for... -
Domino searching speed
Posted on July 15, 2011 | No CommentsI am a newbie in Domino programming, and from now on, I will try to blog everything I learned from others. Today’s post will be the order of methods you... -
How to redirect to an url in Xpages
Posted on June 30, 2011 | 3 CommentsThis took me sometime to figure out. In order to redirect to an external link/url/page in Xpages, you can not use the context object, for example context.redirectToPage(…) OR context.redirectToHome()...






