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

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 tag? > > > > --- Moacir Cardoso <[EMAIL PROTECTED]> wrote: > > > > > >> Hi, > >> I'm unable to make my ajax form work > >> > >>

Re: Ajax forms not working

2007-10-02 Thread Moacir Cardoso
Yes I do. Dave Newton wrote: Do you have an tag? --- Moacir Cardoso <[EMAIL PROTECTED]> wrote: Hi, I'm unable to make my ajax form work initial content action="cadastro/pessoa_salvarEndereco.action" method="post" theme="ajax"> targets="two

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 > > > > initial content > id="theForm2" > cssStyle="border: 1px solid green;" >

Re: Ajax forms not working

2007-10-01 Thread Dave Newton
Do you have an tag? --- Moacir Cardoso <[EMAIL PROTECTED]> wrote: > Hi, > I'm unable to make my ajax form work > > > > initial content > id="theForm2" > cssStyle="border: 1px solid green;" > > action="cadastro/pessoa_salvarEndereco.action" > method="post" >

Ajax forms not working

2007-10-01 Thread Moacir Cardoso
Hi, I'm unable to make my ajax form work initial content It's making a normal http request and not using ajax calls. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO