2009/2/3 Ignacio de Córdoba <[email protected]>: > > my problem if coding is that I'd have to make a preparer for every tile, or > a complex conditions scenario in java code to make it include different > breadcrums in each tile. Anyway, my main matter is that I compile my actions > and reuse them in different projects. Coding breadcrums/path there means I > cannot change action paths in different projects. I need to embeed path > information in the jsp page it self because I only know the path of the > action of a project right there; in the page.
I think that, since you are using Struts 2, you should change technology completely. There is a Struts 2 breadcrumbs plugin that you can use: http://cwiki.apache.org/S2PLUGINS/breadcrumbs-plugin.html Antonio
