Maybe I missunderstood something basic. I am lost.
We are changing an e-commerce web app with some tousand searches a day from HTML based on Domino R5 to Domino R6.5 without any html sites anymore. All is implemented inside of Notes.
I was reading through the Domcfg thing. I understood the mapping and all is working fine. I also get the custome error pages( form ) showing up.
One problem is that before all was HTML based and if a user is requesting a old site without the nsf inside no custom error page is shown according to Domino Help. I hope there will be a fix in one of the upcoming release.
If someone knows a work around for this would be nice.
Second problem which I do not understand is the following. Is there a diffrence between these two URLs?
http://www.domain.de/Db.nsf/Form
http://www.domain.de/Db.nsf/Form?OpenForm
What I know there is not but in Domcfg.nsf it is. Without the action the WebQueryOpen event is not fired. I figured this out with one of the custom forms in Domcfg.nsf. Okay no problem I thought. I just added the action ?OpenForm in the mapping document. Help also states to set an URL for the form. But then it does not work anymore. Even the custom page is not showing up anymore.
Could this be a bug?