Hi there,
i have created an XPage, which seems to function ok, right up until we try to submit it (and a notes document is created).
Here is the error i am getting in the log :
16/03/2009 11:28:05 HTTP JVM: SEVERE: Error while saving document
16/03/2009 11:28:05 HTTP JVM: SEVERE: CLFAD####E: Exception thrown
16/03/2009 11:28:05 HTTP JVM: SEVERE: CLFAD####E: Exception occurred servicing request for: /dev/ITSD.nsf/SupportCall.xsp - HTTP Code: 500
16/03/2009 11:28:05 HTTP Web Server: Command Not Handled Exception [/dev/ITSD.nsf/SupportCall.xsp]
I have set the ACL so Anonymous can create documents, which wasnt the case previously. I also have two fields bound to one field on a form - could that cause this?
Really appreciate the help.
Jamie
Subject: Could be a lot of things…
but will need a bit more information on the bug. So try setting ‘Display default error page’ in the Application Properties for the app and reproduce that error again. This will give you a strack trace to debug
Also, can you create any other document on that application with another XPage? If you can, then maybe you’re missing a small step in the first.
Regards,
Paul.
Subject: Confused
Paul,
I have created a dummy XPage and it is saving OK. AS you know I am using tabs, so the last tab has computed fields of all the ones filled in by the user on the other tabs. the submit button is on the last tab.
i have activated Default Error Page, but i am still just getting the 500 Error Page - no additional info.
Also, i tried to enter NO VALUES in any of the fields and clicked the submit button and it did save it.
Hope all this helps you help me 
Jamie
Subject: Hmmmm
Might this have something to do with that Tabbed panel bug ( http://www-10.lotus.com/ldd/nd85forum.nsf/5f27803bba85d8e285256bf10054620d/75995c310798992185257578004030d5?OpenDocument ) where data upon each tab doesn’t get saved when subbmitted? Could you try reviewing each tab before selecting the button on the last tab?
My guess is that some invalid data is or isn’t getting submitted - I’m going to try to reproduce it.
Subject: Found it!
Paul,
Copied the XPage and deletd all the fields and went through them one by one. the problem was with the “Call Type” field where in the values tab, I had a labels and values :
Label :Request for support
value : RFS
I deleted the CallType combo box and recreated it, it seems to be behaving itself, will let you know if it happens again!
(I am now checking it saves after every change i make)
Thanks for your help.
Jamie