...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<field id="activemq.connection.panel.title" type="title"/> <field align="left" id="activemq.connection.description" type="staticText"/> <field type="space"/> <field maxRow="10" minRow="1" type="custom" variable="activemq.connection.count"> <spec> <col> <field type="rule" variable="activemq.connection.address"> <spec default="tcp://localhost:7000" id="activemq.connection.url.label" layout="O:5:U :// O:15:U : N:5:5" resultFormat="displayFormat"/> </field> <validator class="com.izforge.izpack.panels.userinput.validator.UniqueValidator" id="activemq.connection.host.unique"/> </col> </spec> </field> |
In the above example, the active variable values take precedence over the values from the default attribute for prefilled values.
...