Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It were very useful to add the possibility to run a specific java class befora a panel activates, before the panel validates and after the panel validation.
This could be done with an additional tag in the panel tag like the following:
<panel classname="UserInputPanel" id="my.panel.id" >
<validator classname="PanelValidator"/>
<actions>
<action stage="preactivate" classname="PreActivateAction" />
<action stage="prevalidate" classname="PreValidationAction" />
<action stage="postvalidate" classname="PostValidationAction" />
</actions>
</panel>
There is no possibility to pass parameters but in the action the user has access to AutomatedInstallData by passing it as a paramter into the action.
Issue Links
| This issue is depended upon by: | ||||
| IZPACK-218 | Need to provide the ability to call an external Java class prior to or after any panel |
|
|
|
Nice.
You should discuss this on the dev list.