
Signature
Kind regards,
Christophe Vanfleteren
Hi Chris,
I've try getPassword b4, but i'm currently trying to store the value into a
table, using getPassword() return some unknown char[] which i don't really
know how to manage it. Any idea??
Thanks.
Max.
> > Hi all,
> > I'm using the JPasswordField to get the user insert password. Previously
[quoted text clipped - 18 lines]
> Kind regards,
> Christophe Vanfleteren
Christophe Vanfleteren - 28 Feb 2004 12:21 GMT
Top posting corrected.
>> > Hi all,
>> > I'm using the JPasswordField to get the user insert password.
[quoted text clipped - 21 lines]
>
> Hi Chris,
It's Christophe :)
> I've try getPassword b4, but i'm currently trying to store the value into
> a table, using getPassword() return some unknown char[] which i don't
> really know how to manage it. Any idea??
By storing in a table, do you mean storing the value in a DB?
Could you show the code where you try to do that?
You should be able to just create a String from the char[], and store that.
> Thanks.
>
> Max.

Signature
Kind regards,
Christophe Vanfleteren