Search:

Type: Posts; User: marlov; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    8,069

    Solution with Spring Security

    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...
  2. Hello, does anyone have another solution to my...

    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!
  3. Everything worked properly with the DataBinder...

    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...
  4. PropertyEditor registered w. propertyPath not found by BeanWrapper.convertIfNecessary

    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...
Results 1 to 4 of 4