A submit link, such as


submitlink create() {“Create a new screening” }

Works fine in Chrome, but fails to do anything in Firefox. I get a link, but once clicked serverInvoke appears to be undefined (no errors on loading the page though). Refreshing and all offers no solution. For completeness, this is the html:


Create a new screening

Submitted by Sander Vermolen on 16 January 2011 at 18:21

On 16 January 2011 at 20:39 Danny Groenewegen commented:

Those " will indeed break the link, it doesn’t seem to happen in any of my browsers (including Firefox 3.6.13).


On 17 January 2011 at 08:58 Sander Vermolen commented:

Oh, sorry, those quotes were put in by Firebug, they are not actually there. This is a better copy:


Create a new screening

I think the problem is in the browser not being able to find serverInvoke, but as there are no errors on loading the page, I do not see where this went wrong. Do you know what script file (or what script) serverInvoke should be defined in?


On 17 January 2011 at 09:07 Danny Groenewegen commented:

ajax.js


On 17 January 2011 at 09:23 Sander Vermolen commented:

Ah, ajax.js produces a 404 on all browsers. The page was apparently working on Chrome, because of a more aggressive caching strategy. The missing ajax. js was probably caused by an inconsistent Tomcat work directory, cause a clean of the directory solved the problem. No idea how it got inconsistent, but it works again.


On 17 January 2011 at 09:23 Sander Vermolen closed this issue.

Log in to post comments