We had the same problem in our GWT application and I found the following solution using Spring Security:
change the redirect for authentication to a forward that the original URL with the...
Type: Posts; User: marlov; Keyword(s):
We had the same problem in our GWT application and I found the following solution using Spring Security:
change the redirect for authentication to a forward that the original URL with the...
Hello,
does anyone have another solution to my problem? I really would prefer not to create a deep-copy of each entity!
Thanks in advance!
Everything worked properly with the DataBinder and the PropertyEditor wasn't changed, so I don't think it can be a typo. The problem occurs since we are using the BeanWrapperImpl to convert the value...
Hello,
I'm trying to convert the value of a Collection property manually using BeanWrapperImpl.convertIfNecessary(Object value, Class requiredType).
The value is a comma-delimited String, so I...