Cheers, that did the trick :)
Chris
On Tuesday, March 4, 2014 10:16 AM, Iwao AVE! wrote:
Hi Chris,
See
http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/util/CryptoUtil.html
In short, you need to set Stripes.EncryptionKey parameter.
Regards,
Iwao
2014-03-05 0:
Hi Chris,
See
http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/util/CryptoUtil.html
In short, you need to set Stripes.EncryptionKey parameter.
Regards,
Iwao
2014-03-05 0:06 GMT+09:00 Chris Cheshire :
> I have an action that has a few properties with validation attach
I have an action that has a few properties with validation attached
(@Validate), with a couple of further validation methods (@ValidationMethod).
There are two handlers, view (@DefaultHandler @DontValidate) and save.
There is an associated JSP with a stripes:form tag on it that view() forwards