Re: xforms-server-submit in URL's

Posted by ncrofts on
URL: https://discuss.orbeon.com/xforms-server-submit-in-URL-s-tp1569945p1570347.html

Hi Alex,

Actually it is the other way around. With the 25 February 2010 nightly build I have suddenly started to get "xforms-server-submit" showing up in some URL's. Previously with the 09 September 2009 build the same submissions always resulted in the URL's at least containing a path from my pageflow (although as indicated this often was one page behind where I thought it should be).

To make matters more complicated, I also have some xhtml anchors on my pages and once the "xforms-server-submit" URL's start appearing these relative links start failing. It appears that the path in the URL changes too. For example, normally my URL's are of the form:

   http://server/appContextName/subappName/pagename

but after xforms-server-submit is displayed the URL changes and the relative links now stop working, presumably because the relative address is different.

   http://server/appContextName/xforms-server-submit

I've read the pages you referenced, but I must admit I am now confused about what the recommended way should be to navigate between pages. For normal xhtml links do I now have to use absolute paths?

Regards,
Neil