-
if you have a directory tag similar to:
When you select a directory by double clicking into it, and choosing "select folder", the main installer page will replace that value with the defaultValue.
If you remove the create attribute, when you...
2008-12-17 15:17:28 UTC in AntInstaller
-
As long as the defaultValue is null, it will not validate again when the user hits enter (text mode)
2008-04-16 22:06:57 UTC in AntInstaller
-
checkExists for the File Tag can be circumvented if you hit enter twice.
I used a tag that looks like this:
From the UI, this works perfectly. If the user enters an invalid filename, or enters nothing, the installer will prompt that the file does not exist.
From text mode, it will...
2008-04-16 21:47:59 UTC in AntInstaller
-
Is there a workaround to this?
I can only think of using two password fields and hidden validation to validate.
2008-04-11 23:44:51 UTC in AntInstaller