Tacos dialog stuff ... I did add an action handler into my Home.java and forwarded to Login.html public void Login(IRequestCycle cycle) { Dialog dialog = (Dialog) getComponent("loginDialogContent"); dialog.show(); }
(this fixed the bindingexception for that) but poses other complications. 1. I do not like DialogExample.html because it couples the actual dialog definition with the dispatcher module. I believe they should be separate and I feel that is a bad popup dialog (and the only) example. I am shooting for a decoupled version. 2. Currently I am receiving javascript "error: dojo is undefined..." I get this even when I have added the following to my pages at the top <script language="JavaScript" type="text/javascript"> djConfig = { isDebug: true, baseRelativePath: "js/dojo", preventBackButtonFix: false, parseWidgets: false }; and I also manually copied js/dojo/*** to my context dojo can't be this difficult to get going. I am using tapestry-4.0.2 Best regards Ken in nashua _________________________________________________________________ Use your PC to make calls at very low rates https://voiceoam.pcs.v2s.live.com/partnerredirect.aspx ------------------------------------------------------------------------- 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 Tacos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tacos-devel