I guess your request should look like this:
languages[0].code:pl
languages[0].level:Fluent
languages[1].code:cc
languages[1].level:Intermediate
Type: Posts; User: zaplitny; Keyword(s):
I guess your request should look like this:
languages[0].code:pl
languages[0].level:Fluent
languages[1].code:cc
languages[1].level:Intermediate
There are many databases for application and I need to create different datasources that depends on user. For the purpose I set db url in placeholder that looks like...
BeanWrapperImpl :
spring-2.0.3 : Object convertedValue = this.typeConverterDelegate.convertIfNecessary(oldValue, newValue, pd);
spring-2.0.6 : Object convertedValue =...
It is registered in the following way
<bean class="org.springframework.beans.factory.config.CustomEditorConfigurer">
<property name="customEditors">
<map>
<entry...
I have an application context and registered custom editor.
When application starts and bean factory is initialized custom editor is called for bean creation but when later in application i create...