Search:

Type: Posts; User: marcobelli

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    9,052

    Binding object

    I have an Object A that contains more elements, and i have an object B that is equal to A.
    If A elements contains value, how can set B with same value?
    Thanks.
  2. Replies
    1
    Views
    1,019

    Replace bracket

    Hi guys, i have this text:

    com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException:
    Cannot add or update a child row: a foreign key constraint fails
    (`sita4`.`control`,...
  3. Replies
    3
    Views
    1,386

    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!
  4. Replies
    3
    Views
    1,386

    Re: BeanUtils of apache for populate Object

    thanks, for help.
    I have update the problem, with a part of stack trace.
  5. Thread: Hello

    by marcobelli
    Replies
    4
    Views
    1,238

    Re: Hello

    thanks

    --- Update ---


    thanks
  6. Replies
    3
    Views
    1,386

    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)
    ...
  7. Thread: Hello

    by marcobelli
    Replies
    4
    Views
    1,238

    Hello

    HY guys! :o
Results 1 to 7 of 8