[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-17 Thread lvp1138
Thanks I did try that a while ago and it worked! The form within the DIV disappears after I submit, but I guess I can replace it again with taconite :) Thanks so much!!! On Feb 17, 1:32 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > Thanks for the info Mike! Is there any way to set the form pl

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-17 Thread Mike Alsup
> > Thanks for the info Mike! Is there any way to set the form plugin so > that forms have that same behavior as the links? We will be handling > the responses for all forms with Taconite and jframe. With the > hundreds of forms in our application, it will save us a bunch of time > in coding...

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-17 Thread lvp1138
Thanks for the info Mike! Is there any way to set the form plugin so that forms have that same behavior as the links? We will be handling the responses for all forms with Taconite and jframe. With the hundreds of forms in our application, it will save us a bunch of time in coding... :) On Feb 16

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-16 Thread Mike Alsup
> > > That does make sense. Thanks Mike. > > However, any idea why it works fine with a regular link? In the > example link I provided, the link in there also has a TARGET to the > same element and the response from the server is also XML. Yet, that > one works fine... > The link works because t

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-16 Thread lvp1138
That does make sense. Thanks Mike. However, any idea why it works fine with a regular link? In the example link I provided, the link in there also has a TARGET to the same element and the response from the server is also XML. Yet, that one works fine... Peter :) On Feb 14, 5:43 am, "Mike Alsup

[jQuery] Re: Taconite + Jframe + forms = weird problem

2008-02-14 Thread Mike Alsup
The problem is the use of the 'target' option with the ajaxForm call within the jFrame plugin. That option is meant to target the server response to a particular element in the document. But your server response is an XML document, not HTML, and that cannot be inserted wholesale into the current