Hi, i'll take a look later today, thx

But @tacos:AjaxDirectLink is really a simple @DirectLink under the covers,
so, what happens if you use that?

On Dec 20, 2007 7:38 PM, Ken in nashua <[EMAIL PROTECTED]> wrote:
>
>  Ok, I switched to
>
>
>
> <groupId>net.sf.tacos</groupId>
>
> <artifactId>tacos-core</artifactId> <version>4.1.1</version>
>
>  and it still fails...
>
>
>  [ +/- ] 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.
>
>  Here is my Home.html
>
>
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>
>
>
> <span jwcid="@ScriptIncludes" />
>
>
>
> <html jwcid="@Shell" title="Welcome to the Tapestry Login Demo">
>
>
>
> <script jwcid="@Any" type="text/javascript" src="ognl:webRequest.contextPath
> + '/js/dojo/dojo.js'"></script>
>
>
>
> <script language="JavaScript" type="text/javascript">
>
> function breakOutOfFrame() {
>
> if ( top.location != location )
>
> top.location.href = document.location.href;
>
> }
>
> </script>
>
>
>
> <body jwcid="@Body" onload="breakOutOfFrame()">
>
>
>
> <h1>Welcome to the Tapestry Login Demo</h1>
>
> <p>
>
> The current data and time is:
>
> <strong><span jwcid="@Insert" value="ognl:new java.util.Date()">June 26
> 2005</span></strong>
>
> </p>
>
>
>
> <span jwcid="@PageLink" page="Login">Login</span>
>
> <br><br>
>
>
>
> <a href="#" jwcid="[EMAIL PROTECTED]:AjaxDirectLink"
>
> updateComponents="ognl:{'loginPopup'}"
>
> parameters="literal:loginLink",
>
> listener="listener:onLinkSubmit"
>
> popup="literal:{title:'Login Popup Dialog?',
>
> widgetId:'loginPopup',
>
> style:'width: 300px; height: 200px; left: 100px; top: 100px; color: brown;
> background: yellow;',
>
> toggle:'fade',
>
> resizable:true,
>
> hasShadow:true,
>
> contentNodeId:'loginPopup'}">
>
> Login Popup Dialog</a>
>
>
>
> <P><a jwcid="@PageLink" page="Home" href="#" >Home</a></P>
>
>
>
>
>
> </body>
>
> </html>
>
>
> ________________________________
> Get the power of Windows + Web with the new Windows Live. Get it now!
> -------------------------------------------------------------------------
> 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
>
>



-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

-------------------------------------------------------------------------
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