OT, ajax form submission 2007-10-01 - By Henry Park
Back
Thank you for recommending Prototype. I am trying it right now, and had a question. When submitting a form (using post), do I have to specify all of the form elements in the parameters tag? Or is there some all encompassing function ? Here is what I have: new Ajax.Request('Login!show.action', { method:'post', onSuccess: function(transport){ var response = transport.responseText || "no response text"; target_span.innerHTML = response; }, onFailure: function(){ alert('Something went wrong...') } }); Thanks, Henry > Date: Mon, 1 Oct 2007 00:24:44 -0400> From: musachy@(protected)> To: user @(protected)> Subject: Re: OT, ajax form submission> > I will second Zarar 's opinion here, if all you need is to make XHRs> (no fancy widgets, etc. etc), then Prototype is an excellent choice.> Of course there are another 2e100 ajax frameworks to choose from :)> > musachy> > On 9/29/07, Zarar Siddiqi <zarars @(protected)> wrote:> > Well, just because it incorporates Dojo doesn't mean you have to use> > it and are forbidden from trying something better. By default dojo.js> > isn't dumped into your JSP/Freemarker pages so it's not like it's> > ever-present for him to use and could get in the way. In all my> > Struts apps I use Prototype/Scriptaculous for the Ajaxy features, I> > don't see anything wrong with that. Besides, Prototype is> > lightweight, easy-to-use, tested and has excellent documentation,> > hence the suggestion.> >> > Zarar> >> >> > On 9 /29/07, Oleg Mikheev <mihel@(protected)> wrote:> > > Zarar Siddiqi wrote:> > > > I really recommend using something like Prototype to do your Ajax> > > > stuff. There's no need to reinvent the wheel and introduce countless> > >> > > Struts2 incorporates DoJo, so there's not much sense> > > adding another Ajax framework > > >> > >> > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ -- --> > > To unsubscribe, e-mail: user-unsubscribe@(protected)> > > For additional commands, e-mail: user-help@(protected)> > >> > >> >> > -- --- -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----> > 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) > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ Connect to the next generation of MSN Messenger? http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source =wlmailtagline
|
|