If I have a bean with a property named nullableProperty, I can set it to null like this
<MyBean>
<nullableProperty />
</MyBean>
Is there a way to set it like this?
<MyBean nullableProperty="someSpecialNullToken" />
Regards,
Chris
If I have a bean with a property named nullableProperty, I can set it to null like this
<MyBean>
<nullableProperty />
</MyBean>
Is there a way to set it like this?
<MyBean nullableProperty="someSpecialNullToken" />
Regards,
Chris