My original suspicion was correct. A hivemind configuration change was required. We had to add the asset-encoder and extension-encoder lines to the tapestry.url.ServiceEncoders in hivemodudle.xml:
<contribution configuration-id="tapestry.url.ServiceEncoders"> <page-service-encoder id="page" extension="html" service="page" /> <direct-service-encoder id="direct" stateless-extension="direct" stateful-extension="sdirect" /> <asset-encoder id="asset" path="/assets"/> <extension-encoder id="extension" extension="svc" after="*"/> </contribution> Paul Croarkin wrote: > > No, we are not using acegi. I've just turned off all our custom filters > and the web.xml security constraints and I'm getting the same result. My > next step is to create a new project with only one page with a DatePicker > to try to isolate the issue. > > Thanks, > Paul > -- View this message in context: http://n2.nabble.com/T4.1.5-Dojo-Asset-Issues-tp841772p1076018.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]