Re: [Stripes-users] encrypt

2011-07-11 Thread Joaquin Valdez
Thank you! On Jul 11, 2011, at 5:15 PM, Freddy Daoud wrote: > On Mon, 11 Jul 2011 16:21 -0700, "Joaquin Valdez" > wrote: > >> Hello! > >> I am wondering how to encrypt an Integer value the same way >> stripes does with this syntax. Is this possible? > >> @Validate(encrypted = true) >> privat

Re: [Stripes-users] encrypt

2011-07-11 Thread Freddy Daoud
On Mon, 11 Jul 2011 16:21 -0700, "Joaquin Valdez" wrote: >Hello! >I am wondering how to encrypt an Integer value the same way >stripes does with this syntax. Is this possible? >@Validate(encrypted = true) >private Integer memID; >Something like this: >String encrypted_value = Someclass.encry

[Stripes-users] encrypt

2011-07-11 Thread Joaquin Valdez
Hello! I am wondering how to encrypt an Integer value the same way stripes does with this syntax. Is this possible? @Validate(encrypted = true) private Integer memID; Something like this: String encrypted_value = Someclass.encrypt(memID); Thanks! Joaquin Valdez joaquinfval...@gmail.com