Hi all,
i went a little deeper in the code an saw that the class org.springframework.binding.support.DefaultBeanMet adata
seems to have this ability.
Code:
/**
* Determine the first respectively last nested property separator in the
* given property path, ignoring dots in keys (like "map[my.key]").
* @param propertyPath the property path to check
* @param last whether to return the last separator rather than the first
* @return the index of the nested property separator, or -1 if none
*/
private int getNestedPropertySeparatorIndex(String propertyPath, boolean last) {
...
But i still can't figure out how to use this within the SwingFormModel class? Anyone?
Thanks!
Claudio