[izpack-users] createForUnselectedPack doesn't work ?
Manfred Rosenboom
marochess at gmail.com
Tue Sep 26 15:08:56 CEST 2006
Hi,
When I use something like
<field type="rule" variable="tomcat_server_port">
<createForPack name="Tomcat"/>
<spec ... />
</field>
in my UserInputPanel, it works as expected, i.e.: when
the pack "Tomcat" is selected, this field is shown in the
panel,
But when I use
<field type="rule" variable="tomcat_server_port">
<createForUnselectedPack name="Tomcat"/>
<spec ... />
</field>
the field is always shown, i.e. whether the pack "Tomcat" is selected
or not doesn't matter.
I this a bug in IzPack 3.9.0 or is this a handling error in my input.xml
file for the UserInputPanel ?
Best Regards,
Manfred
More information about the izpack-users
mailing list