Hi,

AjaxButton just submits a form using XmlHttpRequest, or IFrame when there
is file input in the form.
Is the hidden input field part of that form ?

Which version of Wicket do you use ?
Can you show us the related Java and HTML snippets ?


On Tue, Feb 12, 2013 at 3:15 PM, Entropy <blmulholl...@gmail.com> wrote:

> Okay, so the only AjaxRequestTarget I am aware of is the one passed to me
> in
> the onSubmit.  This being after the ajax has submitted. I thought that was
> for OUTPUT, ie what controls will the ajax update when it returns from the
> ajax event.
>
>  I am not trying to update the hiddenfield in the ajaxbutton, but rather
> using what is there are input into the code that will run during my
> onSubmit.  I can't seem to find where I would register the hiddenfield with
> the ajaxbutton BEFORE the ajax event.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/AjaxButton-and-a-HiddenField-tp4656246p4656270.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
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to