Re: Tapestry Shell component configuration

2007-02-04 Thread Jesse Kuhnert
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")

Re: Tapestry Shell component configuration

2007-01-25 Thread Peter Stavrinides
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

Re: Tapestry Shell component configuration

2007-01-25 Thread Peter Stavrinides
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

Re: Tapestry Shell component configuration

2007-01-24 Thread andyhot
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

Re: Tapestry Shell component configuration

2007-01-24 Thread Peter Stavrinides
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