When I create a WizardStep, I automatically call setComplete( false ).

When the user performs the necessary option (selects an item), I call
setComplete( true ).

However, the Next button is disabled even though I called setComplete( true
).

Actually, I found out that once you call setComplete( false ) or if
isComplete() returns false, the Next button will never become disabled.

I am currently using wicket-extensions-1.2.6 but with wicket 1.3.0 beta2
-- 
View this message in context: 
http://www.nabble.com/WizardStep-%22isComplete%22-and-Next-button-interaction-tf4360742.html#a12428359
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to