Quantcast

Grails 1.2-Snapshot: AJAX calls do not work with Firefox/Opera on Ubuntu 9.10

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Grails 1.2-Snapshot: AJAX calls do not work with Firefox/Opera on Ubuntu 9.10

A_Grails_User
Hi,

I experience some problems when using AJAX and Grails (prototype library) under Ubuntu Linux.
I made some <g:remoteLink> calls in a GSP file. The template snippet opens in a new page whereas the designated DIV section on my GSP is supposed to be updated. I tried Firefox 3.5.7 and Opera 10.10 on Ubuntu 9.10 but with both the AJAX call is not working as expected.
When I start my application on a Windows Vista machine with a Firefox browser it works like a charm. The Div section is being updated properly.
I'm not sure if this is directly related to Grails. It seems that AJAX calls are not working under Ubuntu. Does anybody experience similar problems?

Cheers,
AGU
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Update: Grails 1.2-Snapshot: AJAX calls do not work with Firefox/Opera on Ubuntu 9.10

A_Grails_User
This post has NOT been accepted by the mailing list yet.
Hi there,

Update: I checked the generated HTML by viewing the page's source. I found the expected line of
 
<script type="text/javascript" src="/MyApp/js/prototype/prototype.js"></script>
only under browsers in Windows but not in Ubuntu. On Ubuntu however the prototype library is not being included at all. Neither in FF, Opera, nor Google Chrome. So I guess this is either a Grails (maybe a case sensitivity issues somewhere?) or an Ubuntu issue. Hope someone can help.

Cheers,
AGU
Loading...