BreadCrumb-Spring-MVC icon indicating copy to clipboard operation
BreadCrumb-Spring-MVC copied to clipboard

dynamic label

Open anemdhana opened this issue 10 years ago • 3 comments

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.

anemdhana avatar Sep 02 '15 08:09 anemdhana

May be. But what is the requirement? I am not sure why we will need dynamic label?

pawanspace avatar Sep 20 '15 06:09 pawanspace

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.

anemdhana avatar Sep 20 '15 07:09 anemdhana

i also want to use link annotations with dynamic parameters, say for example i will using the parameter values from properties file

rurupam12 avatar Oct 01 '15 09:10 rurupam12