dynamic label
is there a possibility to have label and parent as dynamic, for example, label={department}, parent={department}? these properties can be retrieved from the modelAndView object in the postHandle method of the interceptor.
May be. But what is the requirement? I am not sure why we will need dynamic label?
I have url like this, /system/{systemId} where systemId is path variable and is passed as integer from my browser request. For each systemId, I have system name and this is what I want to display in the breadcrumb.
i also want to use link annotations with dynamic parameters, say for example i will using the parameter values from properties file