I've seen that generate izpack.xml contains:
<panel id="...">
<action stage="preactivate" classname="mypackage.MyClass"/>
</panel>
But the IzPack documentation states this format:
<panel id="...">
<actions>
<action stage="preactivate" classname="mypackage.MyClass"/>
</actions>
</panel>
I think this could be the cause of actions not to work.
I've seen that generate
izpack.xmlcontains:But the IzPack documentation states this format:
I think this could be the cause of actions not to work.