Folks,
 
I am running T-4.1.3 and tacos 4.1.1-SNAPSHOT.
 
Just using a plain old AjaxDirectLink but it is choking on the injection of the 
script within AjaxDirectLink.jwc
 
    <inject property="script" type="script" object="DirectLink.script"/>
 
I receive the following: (help is appreciated)
 
[ +/- ] Exception: Error at 
classpath:/net/sf/tacos/components/ajax/AjaxDirectLink.jwc, line 74, column 71: 
Error adding property script to class 
net.sf.tacos.components.ajax.AjaxDirectLink: Parameter resource must not be 
null. 




org.apache.hivemind.ApplicationRuntimeException

Error at classpath:/net/sf/tacos/components/ajax/AjaxDirectLink.jwc, line 74, 
column 71: Error adding property script to class 
net.sf.tacos.components.ajax.AjaxDirectLink: Parameter resource must not be 
null.

location:
classpath:/net/sf/tacos/components/ajax/AjaxDirectLink.jwc, line 74, column 71



69
<!--

70
<parameter name="async" default-value="false" />

71
-->

72
<property name="async" initial-value="ognl:true"/> 

73


74
<inject property="script" type="script" object="DirectLink.script"/>

75


76
<inject property="listenerInvoker" object="infrastructure:listenerInvoker"/>

77
<inject object="service:tapestry.services.Direct" property="engine"/>

78


79
</component-specification>

  
[ +/- ] Exception: Parameter resource must not be null. 




java.lang.NullPointerException

Parameter resource must not be null.

Stack Trace:



org.apache.hivemind.util.Defense.notNull(Defense.java:41) 
org.apache.tapestry.enhance.DeferredScriptImpl.<init>(DeferredScriptImpl.java:39)
 
org.apache.tapestry.enhance.InjectScriptWorker.injectScript(InjectScriptWorker.java:95)
 
 
 
Best regards Ken in nashua
_________________________________________________________________
Don't get caught with egg on your face. Play Chicktionary!
http://club.live.com/chicktionary.aspx?icid=chick_wlhmtextlink1_dec
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to