I'm creating a graph and loading images.
When I try to run the program using the builder, it works fine, but minute I export it and try to run it, I get an httpFaultHandler issue.
I've tried to give the absolute path, logical path, but no success.
My sequence of creation of object are:
1. In Application, i've set the creationPolicy="all" 1a. On creationComplete I'm loading populateGraph function. 2. Creating an Panel 3. Creating a VBox 4. Creating a SpringGraph 4a. on Initialization of SpringGraph I'm populating my XML using HTTPService
When I print the value of the XML during runtime, its shows blank :(.
Any help?