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

Help me please for my problem I use Apache Tiles with Spring MVC 3. And i use tiles-tag

<tiles:insertTemplate template="my_tag.jspx"/>

In this tag i use

<!-- this some code -->
${name}
<!-- end some code -->

And how can i reload my_tag.jspx and set variable to this template?

share|improve this question
Ok! How can i reload partial of Apache Tiles at runtime? Use Apache Tiles Api – Kirill Muchow Jan 22 at 15:24

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.