Everyone is agreed that IBM needs to do more with Xpages documentation but I was a bit surprised when I saw these links in an IBM edited wiki article.
The links are to a site which promotes articles as a means of generating traffic – spam articles in my view.
The wikis are badly cluttered as it is , do we really need trivial articles written to earn links or advertising ?
The wiki article
The Link
while I’m at it can anyone advise on the best way to set a scoped variable. This article recommends using the dot notation
i.e sessionScope.haveaniceday = “true”
whereas a lot of Xpage bloggers use the longer put notation
sessionScope.put(“haveaniceday”,”true”)
Thanks, Sean