|
|
|
|
@ -183,7 +183,7 @@ argument.required=The '{0}' argument is required.</programlisting>
@@ -183,7 +183,7 @@ argument.required=The '{0}' argument is required.</programlisting>
|
|
|
|
|
|
|
|
|
|
<lineannotation><!-- this <interfacename>MessageSource</interfacename> is being used in a web application --></lineannotation> |
|
|
|
|
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource"> |
|
|
|
|
<property name="basename" value="test-messages"/> |
|
|
|
|
<property name="basename" value="exceptions"/> |
|
|
|
|
</bean> |
|
|
|
|
|
|
|
|
|
<lineannotation><!-- lets inject the above <interfacename>MessageSource</interfacename> into this POJO --></lineannotation> |
|
|
|
|
|