Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    13
    Views
    12,680

    Thanks oliverhutchison for link! Very convenient...

    Thanks oliverhutchison for link! Very convenient solution :)
    I did not know this feature till now. I see it has appeared since 1.1-rc1 version.
  2. Replies
    13
    Views
    12,680

    Yes, spring has a default boolean property editor...

    Yes, spring has a default boolean property editor that correctly convert "true" or "false" strings to boolean type on form submit.
    But, it is work only in case, when your boolean field has "false"...
  3. Replies
    13
    Views
    12,680

    by the way, when form field is Boolean type I do...

    by the way, when form field is Boolean type I do form handling by the following way:

    some.jsp


    <spring&#58;bind path="myForm.booleanFieldName">
    <input type="checkbox" name="<c&#58;out...
  4. it seems I found where is a problem my Map field...

    it seems I found where is a problem
    my Map field has Integer keys
    Spring binding work correct only in case of String keys :(
  5. some inattention

    thanx Sebastian

    but in my first post I did write about some interesting detail: JSTL expression
    <c&#58;out value="$&#123;myForm.myObject.mapField&#91;key&#93;.stringField&#125;"/> located before <spring:bind> tag on...
  6. sorry, I have mistake about assumption of problem reason

    sorry, I have mistake about assumption of problem reason

    net.sf.hibernate.collection.Map implements java.util.Map and piece of code "value instanceof Map" can not be reason for exception as I...
  7. Form backing object retrieved by Hibernate problem

    My form backing object has a Map field.
    When I create new backing object by "new" operator, form is rendered correct:

    form.jsp
    --- cut ---
    <spring:bind...
Results 1 to 7 of 7