I'm not the expert here, but what happens if you put proxied="false"
in your <canvas> tag? I believe that will cause your data URL's to
be left alone.
On 2006-11-07, at 09:51 EST, Matthew Cloy wrote:
Thanks for the reply,
This is pretty much what I already had working... I can build some
scripts to do that collation automatically, so the one click
solution is less urgent... more importantly, I have issues with
datasets...
Is there a way to tell the lfc to get the XML data directly without
proxying through the servlet?
i.e. when dynamically fetching an XML dataset it now ends up calling:
.../deploytest.html?lzt=xmldata&reqtype=GET....
Which is not really what I want in a "solo" style deployment.
Thanks again!
Matt
P T Withington wrote:
On 2006-11-07, at 05:24 EST, Matthew Cloy wrote:
How can I deploy a DHTML application "solo" in legals pr4?
[...]
Apologies if this is documented somewhere, but I can't see
anything anywhere (at least not related to HTML deployment)
You're not missing anything. This is an unfinished part of the
project. I know that Eliot (cc-ed) has successfully done this,
but it was not just a one-button solution. We would like it to be.
I would start by fetching your app using ?lzt=html, looking at the
source of the HTML, and substituting your fixed javascripts for
the corresponding server links. You will also need any image
assets that your app uses, and the standard 1x1 .gif that is used
as a placeholder.
Eventually we'd like to make the 1-button solo deploy wizard work
for dhtml too and have it tar up the relevant files.
[There may be one issue that will make things difficult for you at
the moment. It seems that the paths to image assets are written
out using an absolute path that includes the server. You could
work around this by editing the app script output. This is slated
to be fixed for beta.]