Hi, I'm having problems with one of my forms. I've three properties here - username, password and passwordRetype. Problem is, that these properties always end up null after the form is submitted. I've noticed couple of weird lines in my log file:
DEBUG - Converting 1 value(s) using converter net.sourceforge.stripes.validation.StringTypeConverter WARN - Input is not Base64 encoded: foo DEBUG - Converting 1 value(s) using converter net.sourceforge.stripes.validation.StringTypeConverter WARN - Input was not encrypted with the current encryption key: admin DEBUG - Converting 1 value(s) using converter net.sourceforge.stripes.validation.StringTypeConverter WARN - Input is not Base64 encoded: bar All properties are annotated for validation like this: @Validate(encrypted = true) private String username; I also have set Stripes.EncryptionKey init param for stripes filter in web.xml. Does anybody know, what can be the problem here? Thank Regards Lukas -- View this message in context: http://www.nabble.com/Weird-log-entry---encryption-problem-tp23265673p23265673.html Sent from the stripes-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
