will still get triggered?
>
>
>
>
> From: Thiago H de Paula Figueiredo [via Apache Tapestry Mailing List
> Archives]
> To: shahidsan
> Sent: Wednesday, July 23, 2014 9:33 AM
> Subject: Re: Tapestry AJAX call on submit
>
>
>
> On Tue
de Paula Figueiredo [via Apache Tapestry Mailing List Archives]
To: shahidsan
Sent: Wednesday, July 23, 2014 9:33 AM
Subject: Re: Tapestry AJAX call on submit
On Tue, 22 Jul 2014 23:04:56 -0300, Shahid <[hidden email]>
wrote:
> Sorry about the confusion and I appreciate your
On Tue, 22 Jul 2014 23:04:56 -0300, Shahid
wrote:
Sorry about the confusion and I appreciate your feedback .
I would like to invoke the external URL as part of the onSubmit event.
So before the form is submitted .
You're still confused here. The Tapestry submit event is triggered by the
>> > will get me the value
>>
>> This is just about jQuery, not being related to Tapestry at all.
>>
>> --
>> Thiago H. de Paula Figueiredo
>> Tapestry, Java and Hibernate consultant and developer
>> http://machina.com.br
>>
>>
Try a Tapestry AJAX Form with two Submits: one visible and one hidden. Add
JavaScript that listens to the click of the visible submit, stops the event
propagating, does the call to the external service and, on success, sets the
value of the form field (which might be a hidden field) and clicks t
On Tue, 22 Jul 2014 13:38:48 -0300, Shahid Shaikh
wrote:
Fellow Tapestry Users,
Hi!
I have a form that when submitted needs to
make a call to an external service (calling a URL that will return a
value of type string) which i will then add to the form data and do the
actual submit.
What
Fellow Tapestry Users,
I have a form that when submitted needs to
make a call to an external service (calling a URL that will return a
value of type string) which i will then add to the form data and do the
actual submit.
What is the best way to handle this in Tapestry?
So for e.g
@Log