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?