Skip to content

Actions of a panel don't work #18

Description

@DavidPerezIngeniero

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions