1. property name bug in Spring 2.0 forum.springsource.orgThis is standard behavior as defined by the JavaBeans spec. Actually Spring uses the java.beans.* classes behind the scenes. The property name is deduced from the getter/setter methods not the field. ... |
2. Compound property names - Spring 2.0.4 forum.springsource.orgCompound property names - Spring 2.0.4 Hi, I am testing the new version of spring 2.0.4 and I have a problem. Before, in the version 2.0.1, I do the fallow definition: ... |
3. PropertyPlaceholderConfigurer and class names forum.springsource.org
|
4. Setting property as name / value pair forum.springsource.orgI can think of two ways to do what you want: Extend HttpClient (or just wrap it) and add "standard" setter methods that delegate to setParameter() each with a different parameter ... |
5. PropertyPlaceHolderConfigurer to change name of an alias? forum.springsource.orgPropertyPlaceHolderConfigurer to change name of an alias? Hi, Spring 1.2.8 / Java 1.4 I've got 2 beans defined - one is a "stub client" and one is a "real client". The ... |
6. Leading Underscores in Property Names forum.springsource.orgHello - I have a legacy spring application that we are updating to spring security 2.0.4 and Spring 2.0.8. This project has many objects where property names have a leading underscore. ... |
7. |