1. Multi-dimensional Arrays forum.springsource.orgMulti-dimensional Arrays Here is my delimia. I have three objects that inherit like so: Code: public class Brand extends BaseHibernateObject { private String name; private String shortName; private Set products; private ... |
2. PropertyPlaceholderConfigurator and Arrays forum.springsource.orgSince PropertyPlaceholderConfigurer uses standard property files, each property is just a String. However you have the ability to register custom PropertyEditors to handle conversions from string to other types. In an ... |
3. primitive arrays and ClassUtil forum.springsource.orgI'm trying to inject a byte[].class via IOC into a custom class. However it it looks like ClassUtils does not handle primitive arrays. It does work with primitives, just not primitive ... |
4. same named inputs, arrays, commas forum.springsource.orgsame named inputs, arrays, commas Spring is using commas against me. My command class has this: private String[] values; My jsp page has this: The ... |
5. How to configure Primitive Arrays forum.springsource.orgHi I need to create a bean that is a primitive array. Something like |
6. Submitting arrays forum.springsource.orgMy problem is how to submit these values back to the controller, I just cannot get it to work! I assumed springs binding would deal with the indexed property names, but ... |
7. Passing arrays EnterpriseDB forum.springsource.orgI couldn't figure out how to pass array to the stored procedure, I saw many Oracle examples that use Oracle's Array and ArrayDescriptor, but don't know how to do it without ... |