I have a Spring MVC web application that is using Tiles.
Instead of having content be hardcoded in the actual jspx tiles, I would like to have the tiles be populated with content from the Database.
I assume that I'd have to insert attributes but I'm not sure how to replace them in the back end code.
Or perhaps Tiles just isn't built for this and I need to move to something like site mesh?