A bit off topic but related, is there a wiki page documenting the workflow
wicket goes through (validation, updating models etc) when using
AjaxFormSubmitBehavior?

~ Thank you,
   Paul Bors

On Tue, Feb 12, 2013 at 11:59 AM, wicket_new_user <murthy.m...@gmail.com>wrote:

> Is it possible to skip the Validation when using the
> AjaxFormSubmitBehavior.
>
>
>
> I have a text field (AutoComplete) and selecting will update the
> MultiListbox. There is a provision to remove the element from the List box.
> When trying to add new element from the Textbox to Listbox
>     if AjaxFormSubmitBehavior is used, then Other field validations are
> getting fired and resulting in error page/message.
>
>     If AjaxFormComponentUpdatingBehavior is used, then the deleted element
> is getting dispalyed, as it is not been deleted from the model.
>
>
> Also tried using by turning off the defaultFormProcessing on
> AjaxFormSubmitBehavior, but unable to get the required Converted
>
> Thanks in advance
> WNU
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Can-AjaxFormSubmitBehavior-skip-validation-on-form-field-updating-tp4656278.html
> Sent from the Users forum 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
>
>

Reply via email to