Re: AjaxFormComponentUpdatingBehavior breaking wicket's convention ? Which alternatives then?

2010-04-29 Thread Douglas Ferguson
I use it all the time. In order to get the cancel button and back buttons to work, I do of these things: 1) I back my model with an evicted hibernate proxy, and I only save the proxy when the user submits the form. Therefore any change made to the model are transient unless i specifically

Re: AjaxFormComponentUpdatingBehavior breaking wicket's convention ? Which alternatives then?

2010-04-28 Thread Jeremy Thomerson
I'm not sure I understand what your problem with this component is. The component is designed to mimic the entire submit process for a single component. It says this in the javadoc: This behavior encapsulates the entire form-processing workflow as relevant only to this component. It also warns