Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

XPages bug - computewithform option for data sources with some formula language commands

By Andrew Pollack on 03/01/2012 at 01:07 PM EST

Bug Specifics:

The document you are attempting to save from your XPage may fail to save when the following conditions are all met:

1. You are using the XPage in a web browser (the issue does not seem to happen in the Notes client)

2. You have selected to computeWithForm "On Save" or "On Both" for the bound document ("On Load" does not seem to manifest the bug)

3. There is a computed field on the form which uses the "@UserAccess" function as part of its formula

Note: You can work around this by testing for @isError() on the result of your @UserAccess call to avoid the formula itself producing an error, however this is not necessary in any other context for the use of the @UserAccess function and so would not be something existing code will be testing for.

I found this after way too much effort. Being fairly new to actually trying to do useful things with XPages, I hadn't added a "Display Errors" design control to my page. Big mistake. I'd have saved a lot of trouble for myself if I'd just done that. Once I did, I saw that the attempt to compute the value at save time was generating the error "@Function may not be used in this context". This error is accurate in that it does represent the cause of the error, however it is inaccurate in that the function should work fine within the web browser context, and always has in the past. For this reason, I consider it a Regression Bug.

Impact on development:

The whole point of having the "ComputeWithForm" option is so that you can quickly take advantage of existing functionality while still using XPages to create a new way of accessing existing applications. This regression bug means that the existing application must be modified in order for the new XPages interface to be successfully used -- or else the entirety of the business logic for the page must be re-created on the XPage itself. Recreating the business logic is time consuming and is prone to creating differences in the result when the XPage is used vs. the traditional application.

In addition, this impacted me directly as I had to spend a couple of days chasing down a problem while trying to get used to working in XPages, instead of actually doing productive work.


There are  - loading -  comments....

re: XPages bug - computewithform option for data sources with some formula language commandsBy Karsten Lehmann on 03/01/2012 at 05:22 PM EST
I never understood the computeWithForm command, even in pure backend Java
coding. Our Notes forms don't have many formulas for field computation, almost
all logic is extracted into Lotusscript libraries. And computeWithForm does
only work with formula language AFAIK. Are there many developers out there
still using formula code that much and no Lotusscript? From my experience, even
if you start small with a few lines of formula language, things soon get more
complicated and the code grows until everything is really messed up (like
calculating calendar weeks in formula). Same with XSLT. Nice for small things,
but with growing requirements you either produce a big mess or throw away
everything and start from scratch in Java or Lotusscript.
re: XPages bug - computewithform option for data sources with some formula language commandsBy Andrew Pollack on 03/01/2012 at 05:31 PM EST
I would say the opposite is true.

When I see an app that has a bunch of fields with no formula and all the
business logic is in referenced lotuscript files, I know I"m dealing with
someone who was somewhat late to the Notes game and is applying classical
programming style or even application scripting like from excel to the problem.

Formula language is extremely powerful, very fast, and in many cases makes much
more sense to use than all abstracted logic. We could spend time talking
about this in and of itself, but essentially its the difference between
creating a Notes application, and creating a Lotuscript application that
happens to use Notes to store data. The two are very different.

In any case, the vast majority of apps out there contain computed fields --
often hidden computed fields -- that contain control logic for workflow and
security and whatnot. The purpose of the computewithform functionality was
to allow an xpage to be created without losing all that logic.
re: XPages bug - computewithform option for data sources with some formula language commandsBy Nathan T. Freeman on 03/02/2012 at 09:11 AM EST
Thanks for finding and reporting the exact formula that triggers this failure,
Andrew. I've heard of others running into the same problem, and the only
response has been "don't use computeWithForm." It will be helpful to now point
to a specific function to look for in the future. (Until IBM fixes the obvious
bug, at least.)
re: XPages bug - computewithform option for data sources with some formula language commandsBy Andrew Pollack on 03/02/2012 at 09:47 AM EST
Sure thing.

To me, the ability to use ComputeWithForm as part of retrofitting existing apps
with xpages functionality is too valuable to just ignore the feature.

I suspect there will be other formula functions that cause the same failure in
the same way, though.

Once you have the "Display Errors" control on the page, it makes finding them a
matter of figuring out which field is causing the error and then which function
in that field it is. That's something ANY domino developer has (unfortunately)
been through many times.


Other Recent Stories...

  1. 01/26/2023Better Running VirtualBox or VMWARE Virtual Machines on Windows 10+ Forgive me, Reader, for I have sinned. I has been nearly 3 years since my last blog entry. The truth is, I haven't had much to say that was worthy of more than a basic social media post -- until today. For my current work, I was assigned a new laptop. It's a real powerhouse machine with 14 processor cores and 64 gigs of ram. It should be perfect for running my development environment in a virtual machine, but it wasn't. VirtualBox was barely starting, and no matter how many features I turned off, it could ...... 
  2. 04/04/2020How many Ventilators for the price of those tanks the Pentagon didn't even want?This goes WAY beyond Trump or Obama. This is decades of poor planning and poor use of funds. Certainly it should have been addressed in the Trump, Obama, Bush, Clinton, Bush, and Reagan administrations -- all of which were well aware of the implications of a pandemic. I want a military prepared to help us, not just hurt other people. As an American I expect that with the ridiculous funding of our military might, we are prepared for damn near everything. Not just killing people and breaking things, but ...... 
  3. 01/28/2020Copyright Troll WarningThere's a copyright troll firm that has automated reverse-image searches and goes around looking for any posted images that they can make a quick copyright claim on. This is not quite a scam because it's technically legal, but it's run very much like a scam. This company works with a few "clients" that have vast repositories of copyrighted images. The trolls do a reverse web search on those images looking for hits. When they find one on a site that looks like someone they can scare, they work it like ...... 
  4. 03/26/2019Undestanding how OAUTH scopes will bring the concept of APPS to your Domino server 
  5. 02/05/2019Toro Yard Equipment - Not really a premium brand as far as I am concerned 
  6. 10/08/2018Will you be at the NYC Launch Event for HCL Domino v10 -- Find me! 
  7. 09/04/2018With two big projects on hold, I suddenly find myself very available for new short and long term projects.  
  8. 07/13/2018Who is HCL and why is it a good thing that they are now the ones behind Notes and Domino? 
  9. 03/21/2018Domino Apps on IOS is a Game Changer. Quit holding back. 
  10. 02/15/2018Andrew’s Proposed Gun Laws 
Click here for more articles.....


pen icon Comment Entry
Subject
Your Name
Homepage
*Your Email
* Your email address is required, but not displayed.
 
Your thoughts....
 
Remember Me  

Please wait while your document is saved.