1. Spring 3.1.0.RC1 changes in Binding String[] ? forum.springsource.orgSpring 3.1.0.RC1 changes in Binding String[] ? Hi - I just upgraded to RC1 and noticed that one of my restful apis stopped working. My model object contains an ArrayList of ... |
2. status.value returns String in spring:bind.... bug? forum.springsource.orgstatus.value returns String in spring:bind.... bug? Hi In one of my beans, I return a Set of Longs. I use this set to populate a multiple select box. There appears to ... |
3. Rejected value for Array binding other than String array returns null. forum.springsource.orgRejected value for Array binding other than String array returns null. When trying to bind to array field other than of String instance, e.g. Integer[], if there's a bind exception, the ... |
4. Gotcha with binding Arrays.asList() onto set(List |
5. Binding a String Set forum.springsource.orgBinding a String Set This should be something simple.. but I could not find a solution... I have a class with a Set of String objects Code: public class Customer { ... |
6. Can an editor bind a String Array to an Object Array forum.springsource.orgCan an editor bind a String Array to an Object Array Here's my use case, on the UI I have a list of checkboxes which contain the id's of the objects ... |
7. Binding to a List |
8. Q: spring:bind with a simple List |
9. String array binding in the command object??? forum.springsource.orgString array binding in the command object??? I'm fairly new to Spring and I've been tasked with writing a portlet for Jihia using Spring MVC. Anyway, is there a way to ... |
10. How to bind a List |
11. binding to an object rather than a String or primitive forum.springsource.orgbinding to an object rather than a String or primitive Hello, I have a question that's pretty simlar to this unanswered question: forum.springsource.org/showthread.php?t=65563&highlight=bind+list let's say I have the following: class User{ ... |
12. Binding string array forum.springsource.orgHi, Is it possible to bind a collection of string to an string array. for example i need to bind "Robert","Anna","Poliska" to a string array names[] in object. Please let me ... |
13. Bind Comma separated String to multiselect forum.springsource.orgBind Comma separated String to multiselect A better title may be "How to bind a custom object to a multiple select?" I have an object Field that contains a field called ... |
14. Binding string array forum.springsource.orgBinding string array I'm having trouble binding a String[]. The behavior I'm seeing seems inconsistent. My bind tag looks like: |