thanks , I have posted the question there, as suggested. On Sat, Jan 24, 2009 at 4:30 AM, Iraê <i...@irae.pro.br> wrote:
> I'm not sure but I think the .ajaxForm() needs the form to have a name > atribute. <form name="htmlForm" ..> > > Don't know for sure, but may be helpful to ask in the following list: > http://groups.google.com/group/jquery-en > > -- Iraê > > > > On Fri, Jan 23, 2009 at 9:55 PM, Munish Joshi <joshi...@gmail.com> wrote: > >> >> >> My template JSP has the following JQuery code in head secion >> >> >> <script language="javascript" type="text/javascript"> >> jQuery(document).ready(function($) { >> // bind form using ajaxForm >> $('.queueForms').ajaxForm(); >> }); >> >> </script> >> >> My calling code is in another JSP which is included in the template >> code above: >> >> <form class="queueForms" id="htmlForm" action="/MarketFrontend/ >> soDetailsQueueNote.action" method="post"> >> Message: <input type="text" >> name="message" value="Hello HTML" / >> > >> <input type="submit" value="Echo as >> HTML" /> >> </form> >> >> The JQuery doesn't work from the FORM. BUT if i copy the form in same >> JSP page as template it works. >> >> Do i need to do something special in order to make it work from the >> included JSP??? >> >> Please help!!! >> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---