[izpack-users] Masking Characters

A. J. Rajkumar rajkumar at speakeasy.net
Fri Apr 20 16:14:15 CEST 2007


Hi 

   I got it working like this.
Without the validator and processor tag info, the field
does not come up.

Regards


<field type="password" variable="Password">
 <description align="left" txt="" id="description5.text"/>
  <spec>
   <pwd txt="-> Enter the password   :"
        id="pwd.label" size="15" set=""/>
   <pwd txt="-> Re-Enter the password:"
        id="pwd.label2" size="15" set=""/>
 </spec>
 <validator class="com.izforge.sample.PWDValidator" id="error.label"
         txt="Both versions of the password must match"/>
 <processor class="com.izforge.sample.PWDEncryptor"/>
</field>






> -----Original Message-----
> From: miraodb [mailto:miraodb at hotmail.com]
> Sent: Friday, April 20, 2007 01:38 PM
> To: izpack-users at lists.berlios.de
> Subject: Re: [izpack-users] Masking Characters
> 
> Hi,
> 
> What do you mean exactly ?
> Is the password field showing up but you don't see stars and sees the actual 
> password ?
> Or
> The field doesn't show up at all ?
> 
> Cheers,
> fabrice
> 
> ----- Original Message -----
> From: "A. J. Rajkumar" <rajkumar at speakeasy.net>
> To: <izpack-devel at lists.berlios.de>; <izpack-users at lists.berlios.de>
> Sent: Thursday, April 19, 2007 3:21 PM
> Subject: [izpack-users] Masking Characters
> 
> > Hi Folks
> >
> >   I need to mask password entry and I tried this:-
> >
> > <field type="password" variable="userpassword">
> >  <description align="left"/>
> >    <spec>
> >       <pwd txt="Enter database password: " size="30"/>
> >    </spec>
> > </field>
> >
> > Just specifing 'text="password"' does not seem to work for me.
> > Any help greatly appreciated.
> >
> > Regards
> >
> >
> >
> > _______________________________________________
> > izpack-users mailing list
> > izpack-users at lists.berlios.de
> > https://lists.berlios.de/mailman/listinfo/izpack-users
> > 
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users
> 





More information about the izpack-users mailing list