Is my xsp render engine bugged?

Asked By 10 points N/A Posted on -
qa-featured

We have recently encountered a problem while creating an application with xsp render engine. It causes a ripple effect wherein the newly created application causes further errors. The error message shows:

“com.ibm.designer.domino.xsp.internal.events.simpleactions.uimodel.SimpleActionElement incompatible with com.ibm.designer.domino.xsp.internal.events.simpleactions.uimodel.SimpleActionElementRoot” 

I did a little bit of tinkering and I managed to remove in the beforepageload event an execute script, which managed to stop the errors. However, when I start a specific control of the said script the above mentioned error reappears. Can anyone help me manage a way through this? I really need some help.

SHARE
Answered By 0 points N/A #153986

Is my xsp render engine bugged?

qa-featured

There is an error with the xpz software in itself as is clearly stated on their website. Currently they are working on it and have said that the current issue that is being faced by the users will be resolved in the next release. However there are few steps that you can take to reduce it.

  1. First make sure that the scripts that you are trying to use does not point to any null thing as it will automatically cause the null exception thing to come up and it will crash the system.
  2. After that, create a new file and start by incrementing little codes in it and compiling them.
  3. When, after a certain increment, you get the error means that it’s the code that is causing the problem.
  4. I will still recommend you to wait for the official release for this thing as it will be the best thing for you.

Related Questions