I am attempting to enhance the Wizard's layout by sub-classing Wizard.java.  
The idea is to change the default markup to suit some specific layout 
requirements.


The problem I am trying to solve is to re-parent the form to the component 
bound to the wicket:id "myOuterWrapperComp", but not sure if or how this can be 
done using the Wizard framework.



I am using Wicket Version 1.4.13.



Can this be done using sub-classing Wizard.java? I would like to avoid writing 
my own class that mimics 99% of what  Wizard.java provides, just for this 
layout issue.

Here is a sample of the markup in my DerivedFromWizard (not real name) class,


<div wicket:id="myOuterWrapperComp" class="wicketExtensionsWizard">



<form wicket:id="form" class="wicketExtensionsWizardForm">



... rest of wizard markup, same as what is in Wizard.html



</form>



</div>





Thanks,
J.D.

Reply via email to