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, 6:09 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > That does make sense. Thanks Mike.
>
> > However, any idea why it works fine with a regular <A> 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 the click handler returns false and so the target is
> completely ignored.  The entire XML response doc is never inserted into the
> document, rather Taconite processes it as expected.
>
> Mike

Reply via email to