Search:

Type: Posts; User: marcobelli

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,384

    Re: BeanUtils of apache for populate Object

    I found the solution, if i set DateTimeConverter to null this work:
    Date defaultValue = null;
    DateTimeConverter dtConverter = new DateConverter(defaultValue);
    Thanks!
  2. Replies
    3
    Views
    1,384

    Re: BeanUtils of apache for populate Object

    thanks, for help.
    I have update the problem, with a part of stack trace.
  3. Replies
    3
    Views
    1,384

    BeanUtils of apache for populate Object

    Hy guys i want insert a LinkedHashMap into MyObject, with custom date format, and i have use BeanUtils with method populate:

    public Object populate(Object obj, LinkedHashMap<String,Object> hash)
    ...
Results 1 to 3 of 3