Hi, I am just creating a small simple test application with a single read-only table based datasource; my main panel is defined as follows (based on the grid in tutorial 45)...
</panel> The above will not validate or run since it generates the following error... cvc-elt.1: Cannot find the declaration of element 'root'. At Line: 1 , Column: 141 Thanks, Craig |
Further research suggests this is an XML schema validation issue.
This might be a firewall problem.
Can you check if your app server machine can open formspider.xsd file in a browser.
it's url should be "127.0.0.1:8080/formspider/formspider.xsd" assuming that you're opening fs apps with url "127.0.0.1:8080/formspider/main.html?oid=..."
I've just unistalled and am going to a reinstall shortly to see if that helps.
However, prior to uninstalling I was not able to access the XSD at the URL you suggest but if I used "localhost" rather than "127.0.0.1" then I could access it.
Note that I can't access anything to do with FS when using 127.0.0.1 but localhost works for everything.
I will get back to you again once I've had chance to reinstall.
Thanks.