Hi Folks,

I fixed the listener problem by implementing a callback on the Home.java 
that basically gets the Login page and returns that.

So now I am getting markup but this thing is hung up in the javascript.

The javascript error I am getting is

    Error: 'dojo' is undefined

I am using tapestry-4.0.2 which I believe does not come bundled with dojo 
ready.

So I added the following to my Home.html as well as manually copied 
js/jojo/*** to my context

<script language="JavaScript" type="text/javascript">
    djConfig = { isDebug: true,
                 baseRelativePath: "js/dojo/",
                 preventBackButtonFix: false };
</script>

But the problem still persists

Any ideas?

_________________________________________________________________
Try Search Survival Kits: Fix up your home and better handle your cash with 
Live Search! 
http://imagine-windowslive.com/search/kits/default.aspx?kit=improve&locale=en-US&source=hmtagline


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

Reply via email to