Just to clarify, I try setting then setComplete(false), but that creates an internal error message added by the wizard. I am thinking of creating the feedback panel for my wizard with a filter to accept only my messages, but I am not sure if that is the best approach, -nelson
On Mon, Nov 1, 2010 at 4:24 PM, Nelson Segura <[email protected]> wrote: > Hello, > I am using the wicket-extensions wizard. On applyState() of a wizard step, > I am calling my back end to update some data. > There is a corner condition under which the update might fail, and we would > like to stay in the current step and display a message. > > I thought about overriding the onClick() method of the NextButton(), but it > is declared as final. > > Any ideas on how I can abort applyState() and go back to the current step? > > - Nelson >
