Issue Details (XML | Word | Printable)

Key: IZPACK-126
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Dennis Reil
Reporter: Thomas Bopp
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IzPack

Lost input data when navigating forward/backward in installer

Created: 21/Jul/08 08:59 AM   Updated: 25/Sep/08 02:45 AM
Component/s: Installer
Affects Version/s: 4.0.1
Fix Version/s: 4.1.0

Time Tracking:
Not Specified

Environment: windows


 Description  « Hide
When entering data in input fields of the GUI-driven installer this data is lost after going "next" and "back".

The field is defined as a RuleInputField
<field type="rule"> ...



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Reil added a comment - 26/Aug/08 06:48 AM
This can be solved by using condition's on fields and use the input from the associated variables.

Julien Ponge added a comment - 28/Aug/08 03:18 PM
Closed following Dennis's comment.

Thomas Bopp added a comment - 09/Sep/08 01:07 AM
also I am expecting this as default behaviour I am currently not able to find out how this is really done.
Could you provide some example, please?

What about this:
<field type="rule" variable="WEB_SERVICE_PORT">
<spec txt="WebService Port" layout="N:4:5" set="0:8083" id="web.service.label" />
</field>

is there any documentation on conditions?