[izpack-users] UserInputPanel
François Guillet
francois.guillet at wanadoo.fr
Wed Aug 22 19:07:53 CEST 2007
Hi Klaus,
I used a custom action to solve the target dir 'cleanliness' and it
works. Thanks!
However, I still have trouble with validating the UserInputPanel. I
hacked the code so it goes :
public boolean isValidated()
{
return true; //(readInput());
}
Unfortunately, it doesn't help in anyway. Here is the UserInputFile
definition:
<userInput>
<panel order="0">
<field type="staticText" align="left"
txt="Additional JMF setup (needs archive file from Sun)"
id="staticJMFText.text"/>
<field type="space" />
<field type="divider" />
<field type="space" />
<field type="search" variable="jmf_file">
<description align="left"
txt="Choose Java Media Framework zip file location :"
id="jmf.input.location"/>
<spec txt="Path to zip file:"
type="file" result="file" id="jmf.path.file" >
<choice value="jmf-2_1_1e-alljava.zip" />
</spec>
</field>
</panel>
</userInput>
Thanks for any advice .
François
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20070822/c9f27b88/attachment.html
More information about the izpack-users
mailing list