--
You received this message because you are subscribed to the Google Groups "wicket-jquery-ui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wicket-jquery-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wicket-jquery-ui/0440cd78-4e84-4c93-9961-b68a5cfc02df%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "wicket-jquery-ui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wicket-jquery-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wicket-jquery-ui/CAAJwaYUsvZ1vH29N-neY1XMoKw8GeVkQuLHJhre7VuRO%2BEKArQ%40mail.gmail.com.
And I finally found time to check this.The text in the input field is correctly submitted and printed for me.I didn't change any code in the app.
Do we agree you clicked on the dialog's Ok button? (I mean, not the one labelled "Submit")Hi Martin,Thank you very much for your time!
Can you also confirm the form instantiation is done in AjaxCommentDialog#onInitialize() rather than in the ctor? (should be the case actually)
When I click on the Ok button, I've got this
Dialog#onSubmit - comment: null
Sebastien.Thanks again & best regards!When I click the (normal-ajax-button) "Submit" button, I've got the text I enteredSame behavior using FF 24, Chrome 30.0 and.... IE8
--
You received this message because you are subscribed to the Google Groups "wicket-jquery-ui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wicket-jquery-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wicket-jquery-ui/CAAJwaYU%3DkAJL8CUQZP48KgVudPs09oXAS7RadxV5ySiJhgP9HA%40mail.gmail.com.
On Thu, Oct 31, 2013 at 5:48 PM, Sebastien <seb...@gmail.com> wrote:
Do we agree you clicked on the dialog's Ok button? (I mean, not the one labelled "Submit")Hi Martin,Thank you very much for your time!
I used the Submit button.Can you also confirm the form instantiation is done in AjaxCommentDialog#onInitialize() rather than in the ctor? (should be the case actually)Yes. The form is instantiated in #onInitialize().
When I click on the Ok button, I've got this
Dialog#onSubmit - comment: null
Maybe OK button doesn't know about the Form.