shawn47 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

basic-min.xhtml displays a blank page #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

1.I checked out oryx-editor source
2. Built using
        cd poem-jvm/src/javascript/movi/
        ant build 
2.Opened
"/oryx-editor-read-only/poem-jvm/src/javascript/movi/examples/basic-min.xhtml"

Rather than getting an example diagram, I'm getting a blank screen.

But 'examples/basic.xhtml' displays a diagram properly.
And in 'examples/basic-min.xhtml' if I replace 
modelviewer.loadModel("http://localhost:8081/backend/poem/model/119" 
with
modelviewer.loadModel("http://oryx-editor.org/backend/poem/model/2321" 
it displays the diagram in basi.xhtml

Where did I go wrong?

Original issue reported on code.google.com by keheliya.gallaba on 23 Feb 2010 at 7:27