Hi Martin, 

Ok. I will take a look to this but I think it's not the right solution. 

Suppose this:
-------------------------
PAGE Example|
---------------------------------------------------------------
A <- This is a form.  | B <- This is a form.|
---------------------------------------------------------------|


Supppose that you want to process form B with Ajax but you also need the
information the user typed on A. 

How can you do it? With ajax of course?

I will submit A so the model of A gets updated, and after I will submit
B. So B has the model of A and B loaded.

Is there a better way to do it?



El lun, 18-02-2013 a las 10:10 +0200, Martin Grigorov escribió:

> 
> Use org.apache.wicket.ajax.form.AjaxFormSubmitBehavior#onAfterSubmit
> if you
> want to execute something *after* Form#onSubmit()

Reply via email to