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 s:head.../ tag

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% !DOCTYPE html

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 s:head.../ 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

Re: Ajax forms not working

2007-10-02 Thread Musachy Barroso
On top of that, that won't work on IE. set showLoadingText=false on the submit tag. musachy On 10/1/07, Moacir Cardoso [EMAIL PROTECTED] wrote: Hi, I'm unable to make my ajax form work body div id='two' style=border: 1px solid yellow;binitial content/b/div s:form id=theForm2

Re: Ajax forms not working

2007-10-02 Thread Moacir Cardoso
Yes I do. Dave Newton wrote: Do you have an s:head theme=ajax/ tag? --- Moacir Cardoso [EMAIL PROTECTED] wrote: Hi, I'm unable to make my ajax form work body div id='two' style=border: 1px solid yellow;binitial content/b/div s:form id=theForm2 cssStyle=border: 1px solid

Re: Ajax forms not working

2007-10-02 Thread Dave Newton
If you set the debug flag do you get any error messages? --- Moacir Cardoso [EMAIL PROTECTED] wrote: Yes I do. Dave Newton wrote: Do you have an s:head theme=ajax/ tag? --- Moacir Cardoso [EMAIL PROTECTED] wrote: Hi, I'm unable to make my ajax form work body div

Ajax forms not working

2007-10-01 Thread Moacir Cardoso
Hi, I'm unable to make my ajax form work body div id='two' style=border: 1px solid yellow;binitial content/b/div s:form id=theForm2 cssStyle=border: 1px solid green; action=cadastro/pessoa_salvarEndereco.action method=post theme=ajax input type='text'

Re: Ajax forms not working

2007-10-01 Thread Dave Newton
Do you have an s:head theme=ajax/ tag? --- Moacir Cardoso [EMAIL PROTECTED] wrote: Hi, I'm unable to make my ajax form work body div id='two' style=border: 1px solid yellow;binitial content/b/div s:form id=theForm2 cssStyle=border: 1px solid green;