Re: Ajax forms not working - Problem with scriptaculous and dojo

2007-10-06 Thread Marcos Hernandez
I have the head tag first, then prototype and then Script.aculous and they work perfectly well with Dojo. Had you switched order? On 10/5/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > At one point the JavaScript load order when using > Prototype was significant; I had to put the > tag before loa

Re: Ajax forms not working - Problem with scriptaculous and dojo

2007-10-05 Thread Dave Newton
At one point the JavaScript load order when using Prototype was significant; I had to put the tag before loading prototype. Note that Prototype does not always play well with other libraries. d. --- Moacir Cardoso <[EMAIL PROTECTED]> wrote: > Hello people, > > I was unable to make my ajax s:f

Re: Ajax forms not working - Problem with scriptaculous and dojo

2007-10-05 Thread Moacir Cardoso
Hello people, I was unable to make my ajax s:form submit to work. Then I tried to create a simple application from struts2-blank-2.0.9.war like this: <%@ taglib prefix="s" uri="/struts-tags" %> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> "h