As in the last email, should be fixed in 4.1.2 as far as I can tell.
On 1/25/07, Peter Stavrinides <[EMAIL PROTECTED]> wrote:
Here is my solution, although I know its less than ideal:
@Asset("context:/dojo/")
public abstract IAsset getDojoPath();
@Asset("context:/dojo/dojo.js")
Here is my solution, although I know its less than ideal:
tapestrySource="asset:tapestrySource" dojoSource="asset:dojoSource"
dojoPath="asset:dojoPath">
@Asset("context:/dojo/")
public abstract IAsset getDojoPath();
@Asset("context:/dojo/dojo.js")
public abstract IAsset getDo
Thanks Andy,
Although I don't understand what I could have misconfigured. I don't use
an absolute URL anywhere and my server is referenced in tomcats
server.xml as localhost.
andyhot wrote:
Looks like a misconfiguration but if you must, the Shell component
http://tapestry.apache.org/tapestr
Looks like a misconfiguration but if you must, the Shell component
http://tapestry.apache.org/tapestry4.1/components/general/shell.html
accepts an ajaxDelegate parameter that is rendering those...
The default implementation for that delegate is
http://svn.apache.org/viewvc/tapestry/tapestry4/trun
Can anyone point me in the right direction with this, I don't believe
that this can not be done.
Peter Stavrinides wrote:
Hi Everyone
I am trying to deploy a tapestry 4.1 application into a production
environment (on Tomcat 5.5). When the Tapestry Shell component injects
the various dojo scr