On Tue, Jan 31, 2012 at 3:01 PM, zlatko99 <[email protected]> wrote: > Yes, now it's much more clear, thank you!
Welcome! > > But then, I'm curious to know why doesn't exist a component in Jolira's > package that can submit stateless form by ajax button? Is it not possible > for such component to exist or the reason is lacking effort on their side? > If it is possible, can you give me some hint in order to be able to come up > with such a solution? Until 1.5.4 Wicket was reading only the GET request parameters to fill its PageParameters. This is improved in 1.5.4 and now it should be possible to use wicket-ajax.js submitFormById() (which uses POST). Try and tell me what problems you face. Then we will figure out how to solve them. > > Thank you, > Zlatko > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Stateless-and-Ajax-tp4344007p4344401.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]
