Ajax forms not working 2007-10-02 - By Musachy Barroso
Back On top of that, that won't work on IE. set showLoadingText="false" on the submit tag.
musachy
On 10/1/07, Moacir Cardoso <moacsjr@(protected)> wrote: > Hi, > I'm unable to make my ajax form work > > <body> > > <div id='two' style="border: 1px solid yellow;"><b>initial content</b></div> > <s:form > id="theForm2" > cssStyle="border: 1px solid green;" > action="cadastro/pessoa_salvarEndereco.action" > method="post" > theme="ajax"> > > <input type='text' name='data' value='Struts User'> > > <s:submit value="GO2" theme="ajax" targets="two"/> > > </s:form> > > </body> > > > > It's making a normal http request and not using ajax calls. > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
-- "Hey you! Would you help me to carry the stone?" Pink Floyd
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|