kiuma
On 11/9/06, andyhot <[EMAIL PROTECTED]> wrote:
Peter Stavrinides wrote:
> Well thats what I looked at first, and then I tried this:
> <script type="text/_javascript_">
> dojo.require("tapestry.form");
> tapestry.form.registerForm("ajaxform",true,"");
> </script>
>
> but still got this:
> The _javascript_ console Error: tapestry is not defined
> Source File:
> http://localhost:8081/IRM2/app?page=PortfolioAllocations&service=page
> Line: 190... tapestry.form.submitAsync(dojo.byId("ajaxform"), args);
>
>
> It complains that the Object Tapestry is undefined which is strange
> because it's meant to be included in every page with the @shell component.
Check if it's included in the pages source...
Also with FireBug, just write tapestry to see if its there... could it
be that your function is executed before it gets contructed?
-------------------------------------------------------------------------
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
------------------------------------------------------------------------- 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
