<div dir="ltr">Hey everybody,<div><br></div><div>It&#39;s me again, using a new thread for the sake of keeping stuff separated :)</div><div><br></div><div>My next questions concern defining wizard steps. There we go:<br></div><div><br></div><div>1) Suppose I define a wizard. But already at the first window the user can say &quot;I am done&quot;. And can press the Finish button. How can I specify in a wizard step that the Finish button is clickable. From the docs I got it is just by returning null from the next() method. But I want to have both the opportunity to go to the next step or finish everything immediately. So both Next and Finish buttons have to be enabled</div><div><br></div><div>2) That&#39;s a more tricky question. In a command window I want to give the opportunity to the user to define one or more security roles. Pay attention to the &#39;one or more&#39; requirement: the user should be able to enter in one, two, three, four or <i>n</i> text fields the name of the role they want to add to the security constraint. How can I implement that?</div><div><br></div><div>Thanks,</div><div>Ivan</div></div>