Hi Zlatko, Wicket's AjaxSubmitLink uses AjaxFormSubmitBehavior under the hood which uses submitFormById() JavaScript function. See any of the Jolira's behaviors and compare it to its stateful counter part in Wicket and see what you need to do to make AjaxSubmitLink stateless.
On Tue, Jan 31, 2012 at 9:30 PM, zlatko99 <[email protected]> wrote: > Hi Martin, > > thank you for your advice and support. > > I just wanted to ask if this submitFormById() function is wrapped in some > Wicket component so I can use it in an object-oriented manner, or am I > supposed to call it manually by an onClick event of a button/link? If there > is a ready-made component, it would also automatically import the related > javascript, isn't it? > > I would be grateful if you can give me a simple example of submitting > stateless form using ajax. > > Thank you, > Zlatko > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Stateless-and-Ajax-tp4344007p4345591.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
