Hi, can you see the contents of the ajax-response (perhaps using firebug) ? Can you post them here?
For a workaround, you can try creating a custom PopupLinkRenderer http://svn.apache.org/viewvc/tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/link/PopupLinkRenderer.java?view=markup and make it NOT use a function... So, instead of it rendering <a href="javascript:methodCall()"> make it render <a href="javascript:window.open(..."> Gernot Stocker wrote: > Hi all, > a view days ago I asked almost the same question on the tapestry list and > didn't get any answer. Eather the answer is so obvious or nobody had this > problem before: > > I have a tacos tree with AjaxDirectLinks as leaves. By clicking on one of the > links the refresh of an Any component is triggered and displays further > detailed > information about the tree leave (sounds and is very similar to older tacos > example tree application). > > In this refreshed "Details" component a DirectLink with a PopupLinkRenderer > should be > rendered but I get just the message, that the popup script, generated by the > PopupLinkRenderer is not found in the page. A reload of the complete page > makes > the script appear. How can this problem be solved without forcing a new > rendering > of the whole page? > > Thanks for your help, > Gernot > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Tacos-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tacos-devel > -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
