Re: [Xsltforms-support] [Exist-open] XSLTForms + eXist
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-10-02 19:11:50
|
Claudius, > Viva! > > Finally, no errors, only the "Loading" message do not disappear. > The "Loading" message (can you provide me with a Romanian version for messages.properties ;-) ) not disappearing happens when there is a Javascript error at initialization. > But it is not working with https :) > > It says > XSLTForms Exception > -------------------------- > > Error initializing : > > NS_ERROR_DOM_BAD_URI > > Access to restricted URI denied > > I would be nice to have also https. > You're now facing a cross-domain restriction : every pages have to be served by the same domain+port. URL rewriting is the solution if the pages cannot really be at the same location... Cheers, -Alain |