Thanks for your prompt reply. I have seen this example, and in fact we are using this elsewhere in our application. However, since my component is a DropDownSelect with an attached AjaxForComponentUpdatingBehavior I don't think that this will work since it is for an Ajax link.
I am looking to be able to be able to provide a yes/no confirmation when the user changes the selection and of course revert to the original value if the user answers "no". Regards, Nigel On Tue, Oct 10, 2017 at 1:13 PM, Marcel Barbosa Pinto < [email protected]> wrote: > Hi, take a look at this example: > > https://cwiki.apache.org/confluence/display/WICKET/ > Getting+user+confirmation > > Cheers > > Em 10 de out de 2017 13:49, "Nigel W" <[email protected]> escreveu: > > > Hi, > > > > I am seeking some advice on how to address the following need: > > > > I have a DropDownSelect component which also has an > > AjaxComponentUpdatingBehavior attached which updates the underlying model > > when the selection changes. I would like to be able to include a > > Confirmation dialog to enable the user to confirm that they want to make > > the new selection before the model is updated. > > > > I would appreciate any ideas or guidance on how I might go about this. > > > > Thanks, > > > > Nigel > > >
