Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.