Camelry icon indicating copy to clipboard operation
Camelry copied to clipboard

Blueprint Injection Language range (1, -1)

Open AlanFoster opened this issue 10 years ago • 0 comments

Given the property

<bean id="..." class="...">
    <property name="..." value
</bean>

When the '=' symbol is entered, an out of range exception occurs when attempting to inject a language. This was not previously noticed I have always used IntelliJ's autocomplete for attributes, ie value="<caret>"

AlanFoster avatar Aug 28 '13 11:08 AlanFoster