Re: How to stop submit of form on AjaxSubmitLink onSubmit

2009-02-05 Thread jWeekend

If you need to decorate AJAX callback JavaScript, take a look at the
IAjaxCallDecorator family of interfaces/classes.

Regards - Cemal
http://www.jWeekend.com jWeekend 


rag...@directi wrote:
> 
> thx a lot Timo for ur reply
> 
> yea i agree that it is meant for submittingbut what i meant was to
> trigger validation onclick of link
> 
> I am still facing a problem.
> 
> I am using AjaxLink which already has a an AjaxBehavior on click.now i
> tried adding AjaxFormValidatingBehavior on onclick but the AjaxLink is not
> working properly coz i think the onclick has been replaced. So can u pls
> tell me how to add multiple ajax behaviors on the same event. 
> 
> 
> 
> 
> Timo Rantalaiho wrote:
>> 
>> On Wed, 04 Feb 2009, rag...@directi wrote:
>>> I have a AjaxSubmitLink which i only want to use for some validation on
>>> some
>>> fields on the form. I do not want to submit the form if there are NO
>>> errors
>>> by clicking this link. I am using AjaxSubmitLink just to trigger
>>> validations, Incase there are any error they should be shown when i
>>> click
>>> this link but when every thing is fine i do not want the form to be
>>> submitted, I want the form to be submitted by a seperate button. Can any
>>> one
>>> tell me how can i do this.
>> 
>> Look at the implementation of AjaxSubmitLink. It's an
>> AbstractSubmitLink with an AjaxFormSubmitBehavior, so the
>> word "submit" figures there at least three times => it's
>> definitely meant for submitting ;)
>> 
>> But attaching AjaxFormValidatingBehavior (instead of
>> _Submit_Behavior) to a link does probably what you want.
>> 
>> Best wishes,
>> Timo
>> 
>> -- 
>> Timo Rantalaiho   
>> Reaktor Innovations Oyhttp://www.ri.fi/ >
>> 
>> -------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-stop-submit-of-form-on-AjaxSubmitLink-onSubmit-tp21830759p21847308.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How to stop submit of form on AjaxSubmitLink onSubmit

2009-02-04 Thread rag...@directi

thx a lot Timo for ur reply

yea i agree that it is meant for submittingbut what i meant was to
trigger validation onclick of link

I am still facing a problem.

I am using AjaxLink which already has a an AjaxBehavior on click.now i
tried adding AjaxFormValidatingBehavior on onclick but the AjaxLink is not
working properly coz i think the onclick has been replaced. So can u pls
tell me how to add multiple ajax behaviors on the same event. 




Timo Rantalaiho wrote:
> 
> On Wed, 04 Feb 2009, rag...@directi wrote:
>> I have a AjaxSubmitLink which i only want to use for some validation on
>> some
>> fields on the form. I do not want to submit the form if there are NO
>> errors
>> by clicking this link. I am using AjaxSubmitLink just to trigger
>> validations, Incase there are any error they should be shown when i click
>> this link but when every thing is fine i do not want the form to be
>> submitted, I want the form to be submitted by a seperate button. Can any
>> one
>> tell me how can i do this.
> 
> Look at the implementation of AjaxSubmitLink. It's an
> AbstractSubmitLink with an AjaxFormSubmitBehavior, so the
> word "submit" figures there at least three times => it's
> definitely meant for submitting ;)
> 
> But attaching AjaxFormValidatingBehavior (instead of
> _Submit_Behavior) to a link does probably what you want.
> 
> Best wishes,
> Timo
> 
> -- 
> Timo Rantalaiho   
> Reaktor Innovations Oyhttp://www.ri.fi/ >
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-stop-submit-of-form-on-AjaxSubmitLink-onSubmit-tp21830759p21846721.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: How to stop submit of form on AjaxSubmitLink onSubmit

2009-02-04 Thread Timo Rantalaiho
On Wed, 04 Feb 2009, rag...@directi wrote:
> I have a AjaxSubmitLink which i only want to use for some validation on some
> fields on the form. I do not want to submit the form if there are NO errors
> by clicking this link. I am using AjaxSubmitLink just to trigger
> validations, Incase there are any error they should be shown when i click
> this link but when every thing is fine i do not want the form to be
> submitted, I want the form to be submitted by a seperate button. Can any one
> tell me how can i do this.

Look at the implementation of AjaxSubmitLink. It's an
AbstractSubmitLink with an AjaxFormSubmitBehavior, so the
word "submit" figures there at least three times => it's
definitely meant for submitting ;)

But attaching AjaxFormValidatingBehavior (instead of
_Submit_Behavior) to a link does probably what you want.

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations Oyhttp://www.ri.fi/ >

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



How to stop submit of form on AjaxSubmitLink onSubmit

2009-02-04 Thread rag...@directi

Hi,

I have a AjaxSubmitLink which i only want to use for some validation on some
fields on the form. I do not want to submit the form if there are NO errors
by clicking this link. I am using AjaxSubmitLink just to trigger
validations, Incase there are any error they should be shown when i click
this link but when every thing is fine i do not want the form to be
submitted, I want the form to be submitted by a seperate button. Can any one
tell me how can i do this.
-- 
View this message in context: 
http://www.nabble.com/How-to-stop-submit-of-form-on-AjaxSubmitLink-onSubmit-tp21830759p21830759.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org