Re: T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread Ken nashua
An exception has occurred. You may continue by restarting the session. [ +/- ] Exception: Missing classpath resource '/js/dojo/dojo.js'. org.apache.hivemind.ApplicationRuntimeException Missing classpath resource '/js/dojo/dojo.js'. location: Annotation @org.apache.tapestry.annotations.Asset(val

Re: T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread Ken nashua
I cannot even use tapestry-4.1.1 and ognl-2.6.9 [INFO] Started Jetty Server 2007-08-13 17:58:23,090 [btpool0-2] WARN tapestry.services.Asset - Classpath resource '/dojo/ tapestry/namespace.js' does not exist. 2007-08-13 17:58:23,105 [btpool0-2] WARN tapestry.services.Asset - Classpath resou

Re: T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread Ken nashua
Any ideas what I can do? Why can't I use 4.1 ? Does dojo work on that rev? Best regards Ken in nashua C:\Prototype\Mavenized\Product\tapestry-4.1.1\trunk\tapestry-framework\src\java\org\apache\tap estry\services\ExpressionEvaluator.java:[18,20] package ognl.enhance does not exist C:\Prototyp

Re: T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread Ken nashua
Do I dare build T-4.1.2 against ognl-2.6.7 ? It seems like my only logical solution. Best regards Ken in nashua _ More photos, more messages, more storage—get 2GB with Windows Live Hotmail. http://imagine-windowslive.com/hotmail/?

Re: T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread Ken nashua
Ok, t-4.1.2 and ognl-2.7 works better.. for dojo But I still cannot get past the ognl bug 111. Thats why I backed down to t-4.1 ognl-2.6.7 (which worked my ognl code fine) [ http://jira.opensymphony.com/browse/OGNL-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#ac

T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread Ken nashua
Does t-4.1.2 depend on ognl-2.7 I am anchored to ognl-2.6.7 due to an ognl-2.7 bug that wipes out my whole app. t-4.1.2 is built against ognl... which one though? What do I provide for dojo source? Thank You _ Learn.Laugh.Share

Re: T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread andyhot
You really should use 4.1.2, from http://tapestry.apache.org/download.html For the dojo path use @Asset("/dojo-0.4.3/") Ken nashua wrote: Folks, I am receiving bootstrap problems with my webapp using T-4.1 4.1 2.6.7 2.0.6 All I am trying to do is operate dojo with T-4.1 as it comes bundled

T-4.1 Asset Usage - proper for dojo ?

2007-08-13 Thread Ken nashua
Folks, I am receiving bootstrap problems with my webapp using T-4.1 4.1 2.6.7 2.0.6 All I am trying to do is operate dojo with T-4.1 as it comes bundled with T-4.1 right? I receive this stack dump... 0:8080 [INFO] Started Jetty Server 2007-08-