-
I have an XPage that simulates subforms using facets that works like a charm. Until now.
-
Now I have to create a new document using this XPage, but it always gives me a stack trace no matter what I do. Stack traces on XPages are about as useless as can be imagined, but it appears as if it’s attempting to open a document when it fails.
-
I have tried an “option” to create the XPage, I’ve tried building an URL from scratch, I’ve tried doing ?createDocument. Nothing works. Everything gives an useless stack trace, so I have no clue why it’s really failing. When it does give a stack trace anything that appears on the server console is even less useful, if that can be imagined. I take that back. <formname?opendocument> says “Form Processed”, like it’s running an Agent or something. Not any more useful than a stack trace, and there are no new documents in the database to boot.
-
So I’m just trying things at random because I have no other choice. Does anyone have a “random” suggestion I haven’t tried?
Thanks for your time…